#[non_exhaustive]pub struct DescribeBotRecommendationInput { /* private fields */ }Implementations§
source§impl DescribeBotRecommendationInput
impl DescribeBotRecommendationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeBotRecommendation, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeBotRecommendation, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeBotRecommendation>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeBotRecommendationInput.
source§impl DescribeBotRecommendationInput
impl DescribeBotRecommendationInput
sourcepub fn bot_id(&self) -> Option<&str>
pub fn bot_id(&self) -> Option<&str>
The unique identifier of the bot associated with the bot recommendation.
sourcepub fn bot_version(&self) -> Option<&str>
pub fn bot_version(&self) -> Option<&str>
The version of the bot associated with the bot recommendation.
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 describe. 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 identifier of the bot recommendation to describe.
Trait Implementations§
source§impl Clone for DescribeBotRecommendationInput
impl Clone for DescribeBotRecommendationInput
source§fn clone(&self) -> DescribeBotRecommendationInput
fn clone(&self) -> DescribeBotRecommendationInput
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 PartialEq<DescribeBotRecommendationInput> for DescribeBotRecommendationInput
impl PartialEq<DescribeBotRecommendationInput> for DescribeBotRecommendationInput
source§fn eq(&self, other: &DescribeBotRecommendationInput) -> bool
fn eq(&self, other: &DescribeBotRecommendationInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.