#[non_exhaustive]pub struct BatchCreateCustomVocabularyItemOutput { /* private fields */ }Implementations§
source§impl BatchCreateCustomVocabularyItemOutput
impl BatchCreateCustomVocabularyItemOutput
sourcepub fn bot_id(&self) -> Option<&str>
pub fn bot_id(&self) -> Option<&str>
The unique identifier of the bot to batch create response for the custom vocabulary item.
sourcepub fn bot_version(&self) -> Option<&str>
pub fn bot_version(&self) -> Option<&str>
The bot version of the bot to batch create the custom vocabulary item response for.
sourcepub fn locale_id(&self) -> Option<&str>
pub fn locale_id(&self) -> Option<&str>
The unique locale identifier of the bot to batch create the custom vocabulary item response for.
sourcepub fn errors(&self) -> Option<&[FailedCustomVocabularyItem]>
pub fn errors(&self) -> Option<&[FailedCustomVocabularyItem]>
The errors of the action to batch create the custom vocabulary item response for a bot.
sourcepub fn resources(&self) -> Option<&[CustomVocabularyItem]>
pub fn resources(&self) -> Option<&[CustomVocabularyItem]>
The resources of the action to batch create the custom vocabulary item response for a bot.
source§impl BatchCreateCustomVocabularyItemOutput
impl BatchCreateCustomVocabularyItemOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchCreateCustomVocabularyItemOutput.
Trait Implementations§
source§impl Clone for BatchCreateCustomVocabularyItemOutput
impl Clone for BatchCreateCustomVocabularyItemOutput
source§fn clone(&self) -> BatchCreateCustomVocabularyItemOutput
fn clone(&self) -> BatchCreateCustomVocabularyItemOutput
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<BatchCreateCustomVocabularyItemOutput> for BatchCreateCustomVocabularyItemOutput
impl PartialEq<BatchCreateCustomVocabularyItemOutput> for BatchCreateCustomVocabularyItemOutput
source§fn eq(&self, other: &BatchCreateCustomVocabularyItemOutput) -> bool
fn eq(&self, other: &BatchCreateCustomVocabularyItemOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.