Struct aws_sdk_lexmodelsv2::operation::list_built_in_intents::builders::ListBuiltInIntentsOutputBuilder
source · #[non_exhaustive]pub struct ListBuiltInIntentsOutputBuilder { /* private fields */ }Expand description
A builder for ListBuiltInIntentsOutput.
Implementations§
source§impl ListBuiltInIntentsOutputBuilder
impl ListBuiltInIntentsOutputBuilder
sourcepub fn built_in_intent_summaries(self, input: BuiltInIntentSummary) -> Self
pub fn built_in_intent_summaries(self, input: BuiltInIntentSummary) -> Self
Appends an item to built_in_intent_summaries.
To override the contents of this collection use set_built_in_intent_summaries.
Summary information for the built-in intents that meet the filter criteria specified in the request. The length of the list is specified in the maxResults parameter of the request. If there are more intents available, the nextToken field contains a token to get the next page of results.
sourcepub fn set_built_in_intent_summaries(
self,
input: Option<Vec<BuiltInIntentSummary>>
) -> Self
pub fn set_built_in_intent_summaries( self, input: Option<Vec<BuiltInIntentSummary>> ) -> Self
Summary information for the built-in intents that meet the filter criteria specified in the request. The length of the list is specified in the maxResults parameter of the request. If there are more intents available, the nextToken field contains a token to get the next page of results.
sourcepub fn get_built_in_intent_summaries(
&self
) -> &Option<Vec<BuiltInIntentSummary>>
pub fn get_built_in_intent_summaries( &self ) -> &Option<Vec<BuiltInIntentSummary>>
Summary information for the built-in intents that meet the filter criteria specified in the request. The length of the list is specified in the maxResults parameter of the request. If there are more intents available, the nextToken field contains a token to get the next page of results.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
A token that indicates whether there are more results to return in a response to the ListBuiltInIntents operation. If the nextToken field is present, you send the contents as the nextToken parameter of a ListBotAliases operation request to get the next page of results.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
A token that indicates whether there are more results to return in a response to the ListBuiltInIntents operation. If the nextToken field is present, you send the contents as the nextToken parameter of a ListBotAliases operation request to get the next page of results.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
A token that indicates whether there are more results to return in a response to the ListBuiltInIntents operation. If the nextToken field is present, you send the contents as the nextToken parameter of a ListBotAliases operation request to get the next page of results.
sourcepub fn locale_id(self, input: impl Into<String>) -> Self
pub fn locale_id(self, input: impl Into<String>) -> Self
The language and locale of the intents in the list.
sourcepub fn set_locale_id(self, input: Option<String>) -> Self
pub fn set_locale_id(self, input: Option<String>) -> Self
The language and locale of the intents in the list.
sourcepub fn get_locale_id(&self) -> &Option<String>
pub fn get_locale_id(&self) -> &Option<String>
The language and locale of the intents in the list.
sourcepub fn build(self) -> ListBuiltInIntentsOutput
pub fn build(self) -> ListBuiltInIntentsOutput
Consumes the builder and constructs a ListBuiltInIntentsOutput.
Trait Implementations§
source§impl Clone for ListBuiltInIntentsOutputBuilder
impl Clone for ListBuiltInIntentsOutputBuilder
source§fn clone(&self) -> ListBuiltInIntentsOutputBuilder
fn clone(&self) -> ListBuiltInIntentsOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for ListBuiltInIntentsOutputBuilder
impl Default for ListBuiltInIntentsOutputBuilder
source§fn default() -> ListBuiltInIntentsOutputBuilder
fn default() -> ListBuiltInIntentsOutputBuilder
source§impl PartialEq for ListBuiltInIntentsOutputBuilder
impl PartialEq for ListBuiltInIntentsOutputBuilder
source§fn eq(&self, other: &ListBuiltInIntentsOutputBuilder) -> bool
fn eq(&self, other: &ListBuiltInIntentsOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.