#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for UpdateBotRecommendationInput
Implementations
The unique identifier of the bot containing the bot recommendation to be updated.
The unique identifier of the bot containing the bot recommendation to be updated.
The version of the bot containing the bot recommendation to be updated.
The version of the bot containing the bot recommendation to be updated.
The identifier of the language and locale of the bot recommendation to update. 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 update. The string must match one of the supported locales. For more information, see Supported languages
The unique identifier of the bot recommendation to be updated.
The unique identifier of the bot recommendation to be updated.
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 UpdateBotRecommendationInput
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