Struct aws_sdk_lexmodelsv2::model::prompt_specification::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for PromptSpecification
Implementations
Appends an item to message_groups.
To override the contents of this collection use set_message_groups.
A collection of messages that Amazon Lex can send to the user. Amazon Lex chooses the actual message to send at runtime.
A collection of messages that Amazon Lex can send to the user. Amazon Lex chooses the actual message to send at runtime.
The maximum number of times the bot tries to elicit a response from the user using this prompt.
The maximum number of times the bot tries to elicit a response from the user using this prompt.
Indicates whether the user can interrupt a speech prompt from the bot.
Indicates whether the user can interrupt a speech prompt from the bot.
Consumes the builder and constructs a PromptSpecification
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