#[non_exhaustive]pub struct DefaultConditionalBranch { /* private fields */ }Expand description
A set of actions that Amazon Lex should run if none of the other conditions are met.
Implementations§
source§impl DefaultConditionalBranch
impl DefaultConditionalBranch
sourcepub fn next_step(&self) -> Option<&DialogState>
pub fn next_step(&self) -> Option<&DialogState>
The next step in the conversation.
sourcepub fn response(&self) -> Option<&ResponseSpecification>
pub fn response(&self) -> Option<&ResponseSpecification>
Specifies a list of message groups that Amazon Lex uses to respond the user input.
source§impl DefaultConditionalBranch
impl DefaultConditionalBranch
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DefaultConditionalBranch.
Trait Implementations§
source§impl Clone for DefaultConditionalBranch
impl Clone for DefaultConditionalBranch
source§fn clone(&self) -> DefaultConditionalBranch
fn clone(&self) -> DefaultConditionalBranch
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