#[non_exhaustive]pub struct UpdateBotRecommendationInput { /* private fields */ }Implementations§
source§impl UpdateBotRecommendationInput
impl UpdateBotRecommendationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateBotRecommendation, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateBotRecommendation, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateBotRecommendation>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateBotRecommendationInput.
source§impl UpdateBotRecommendationInput
impl UpdateBotRecommendationInput
sourcepub fn bot_id(&self) -> Option<&str>
pub fn bot_id(&self) -> Option<&str>
The unique identifier of the bot containing the bot recommendation to be updated.
sourcepub fn bot_version(&self) -> Option<&str>
pub fn bot_version(&self) -> Option<&str>
The version of the bot containing the bot recommendation to be updated.
sourcepub fn locale_id(&self) -> Option<&str>
pub fn locale_id(&self) -> Option<&str>
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
sourcepub fn bot_recommendation_id(&self) -> Option<&str>
pub fn bot_recommendation_id(&self) -> Option<&str>
The unique identifier of the bot recommendation to be updated.
sourcepub fn encryption_setting(&self) -> Option<&EncryptionSetting>
pub fn encryption_setting(&self) -> Option<&EncryptionSetting>
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.
Trait Implementations§
source§impl Clone for UpdateBotRecommendationInput
impl Clone for UpdateBotRecommendationInput
source§fn clone(&self) -> UpdateBotRecommendationInput
fn clone(&self) -> UpdateBotRecommendationInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for UpdateBotRecommendationInput
impl Debug for UpdateBotRecommendationInput
source§impl PartialEq<UpdateBotRecommendationInput> for UpdateBotRecommendationInput
impl PartialEq<UpdateBotRecommendationInput> for UpdateBotRecommendationInput
source§fn eq(&self, other: &UpdateBotRecommendationInput) -> bool
fn eq(&self, other: &UpdateBotRecommendationInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.