Struct aws_sdk_lexmodelsv2::model::IntentClosingSetting [−][src]
#[non_exhaustive]pub struct IntentClosingSetting {
pub closing_response: Option<ResponseSpecification>,
pub active: Option<bool>,
}Expand description
Provides a statement the Amazon Lex conveys to the user when the intent is successfully fulfilled.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.closing_response: Option<ResponseSpecification>The response that Amazon Lex sends to the user when the intent is complete.
active: Option<bool>Specifies whether an intent's closing response is used. When this field is false, the closing response isn't sent to the user. If the active field isn't specified, the default is true.
Implementations
The response that Amazon Lex sends to the user when the intent is complete.
Creates a new builder-style object to manufacture IntentClosingSetting
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for IntentClosingSetting
impl Send for IntentClosingSetting
impl Sync for IntentClosingSetting
impl Unpin for IntentClosingSetting
impl UnwindSafe for IntentClosingSetting
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
