#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for StartBotRecommendationInput
Implementations
The unique identifier of the bot containing the bot recommendation.
The unique identifier of the bot containing the bot recommendation.
The version of the bot containing the bot recommendation.
The version of the bot containing the bot recommendation.
The identifier of the language and locale of the bot recommendation to start. The string must match one of the supported locales. For more information, see Supported languages
The identifier of the language and locale of the bot recommendation to start. The string must match one of the supported locales. For more information, see Supported languages
The object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata.
The object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata.
The object representing the passwords that will be used to encrypt the data related to the bot recommendation results, as well as the KMS key ARN used to encrypt the associated metadata.
The object representing the passwords that will be used to encrypt the data related to the bot recommendation results, as well as the KMS key ARN used to encrypt the associated metadata.
Consumes the builder and constructs a StartBotRecommendationInput
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