Struct aws_sdk_lexmodelsv2::model::DialogState
source · #[non_exhaustive]pub struct DialogState { /* private fields */ }Expand description
The current state of the conversation with the user.
Implementations§
source§impl DialogState
impl DialogState
sourcepub fn dialog_action(&self) -> Option<&DialogAction>
pub fn dialog_action(&self) -> Option<&DialogAction>
Defines the action that the bot executes at runtime when the conversation reaches this step.
sourcepub fn intent(&self) -> Option<&IntentOverride>
pub fn intent(&self) -> Option<&IntentOverride>
Override settings to configure the intent state.
source§impl DialogState
impl DialogState
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DialogState.
Trait Implementations§
source§impl Clone for DialogState
impl Clone for DialogState
source§fn clone(&self) -> DialogState
fn clone(&self) -> DialogState
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more