#[non_exhaustive]pub struct PostFulfillmentStatusSpecification {
pub success_response: Option<ResponseSpecification>,
pub failure_response: Option<ResponseSpecification>,
pub timeout_response: Option<ResponseSpecification>,
}Expand description
Provides a setting that determines whether the post-fulfillment response is sent to the user. For more information, see https://docs.aws.amazon.com/lexv2/latest/dg/streaming-progress.html#progress-complete
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.success_response: Option<ResponseSpecification>Specifies a list of message groups that Amazon Lex uses to respond the user input.
failure_response: Option<ResponseSpecification>Specifies a list of message groups that Amazon Lex uses to respond the user input.
timeout_response: Option<ResponseSpecification>Specifies a list of message groups that Amazon Lex uses to respond the user input.
Implementations
Specifies a list of message groups that Amazon Lex uses to respond the user input.
Specifies a list of message groups that Amazon Lex uses to respond the user input.
Specifies a list of message groups that Amazon Lex uses to respond the user input.
Creates a new builder-style object to manufacture PostFulfillmentStatusSpecification
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 Send for PostFulfillmentStatusSpecification
impl Sync for PostFulfillmentStatusSpecification
impl Unpin for PostFulfillmentStatusSpecification
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