Struct aws_sdk_lexmodelsv2::operation::batch_update_custom_vocabulary_item::BatchUpdateCustomVocabularyItemInput
source · #[non_exhaustive]pub struct BatchUpdateCustomVocabularyItemInput { /* private fields */ }Implementations§
source§impl BatchUpdateCustomVocabularyItemInput
impl BatchUpdateCustomVocabularyItemInput
sourcepub fn bot_id(&self) -> Option<&str>
pub fn bot_id(&self) -> Option<&str>
The identifier of the bot associated with this custom vocabulary
sourcepub fn bot_version(&self) -> Option<&str>
pub fn bot_version(&self) -> Option<&str>
The identifier of the version of the bot associated with this custom vocabulary.
sourcepub fn locale_id(&self) -> Option<&str>
pub fn locale_id(&self) -> Option<&str>
The identifier of the language and locale where this custom vocabulary is used. The string must match one of the supported locales. For more information, see Supported Languages .
sourcepub fn custom_vocabulary_item_list(&self) -> Option<&[CustomVocabularyItem]>
pub fn custom_vocabulary_item_list(&self) -> Option<&[CustomVocabularyItem]>
A list of custom vocabulary items with updated fields. Each entry must contain a phrase and can optionally contain a displayAs and/or a weight.
source§impl BatchUpdateCustomVocabularyItemInput
impl BatchUpdateCustomVocabularyItemInput
sourcepub fn builder() -> BatchUpdateCustomVocabularyItemInputBuilder
pub fn builder() -> BatchUpdateCustomVocabularyItemInputBuilder
Creates a new builder-style object to manufacture BatchUpdateCustomVocabularyItemInput.
source§impl BatchUpdateCustomVocabularyItemInput
impl BatchUpdateCustomVocabularyItemInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchUpdateCustomVocabularyItem, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<BatchUpdateCustomVocabularyItem, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<BatchUpdateCustomVocabularyItem>
Trait Implementations§
source§impl Clone for BatchUpdateCustomVocabularyItemInput
impl Clone for BatchUpdateCustomVocabularyItemInput
source§fn clone(&self) -> BatchUpdateCustomVocabularyItemInput
fn clone(&self) -> BatchUpdateCustomVocabularyItemInput
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<BatchUpdateCustomVocabularyItemInput> for BatchUpdateCustomVocabularyItemInput
impl PartialEq<BatchUpdateCustomVocabularyItemInput> for BatchUpdateCustomVocabularyItemInput
source§fn eq(&self, other: &BatchUpdateCustomVocabularyItemInput) -> bool
fn eq(&self, other: &BatchUpdateCustomVocabularyItemInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.