Struct aws_sdk_lexmodelsv2::model::response_specification::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for ResponseSpecification
Implementations
Appends an item to message_groups.
To override the contents of this collection use set_message_groups.
A collection of responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime.
A collection of responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime.
Indicates whether the user can interrupt a speech response from Amazon Lex.
Indicates whether the user can interrupt a speech response from Amazon Lex.
Consumes the builder and constructs a ResponseSpecification
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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
