#[non_exhaustive]pub struct ListBotRecommendationsInput { /* private fields */ }Implementations
sourceimpl ListBotRecommendationsInput
impl ListBotRecommendationsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListBotRecommendations, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListBotRecommendations, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListBotRecommendations>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListBotRecommendationsInput.
sourceimpl ListBotRecommendationsInput
impl ListBotRecommendationsInput
sourcepub fn bot_id(&self) -> Option<&str>
pub fn bot_id(&self) -> Option<&str>
The unique identifier of the bot that contains the bot recommendation list.
sourcepub fn bot_version(&self) -> Option<&str>
pub fn bot_version(&self) -> Option<&str>
The version of the bot that contains the bot recommendation list.
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 list.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of bot recommendations to return in each page of results. If there are fewer results than the max page size, only the actual number of results are returned.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
If the response from the ListBotRecommendation operation contains more results than specified in the maxResults parameter, a token is returned in the response. Use that token in the nextToken parameter to return the next page of results.
Trait Implementations
sourceimpl Clone for ListBotRecommendationsInput
impl Clone for ListBotRecommendationsInput
sourcefn clone(&self) -> ListBotRecommendationsInput
fn clone(&self) -> ListBotRecommendationsInput
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more