Struct aws_sdk_lexmodelsv2::input::BuildBotLocaleInput
source · #[non_exhaustive]pub struct BuildBotLocaleInput { /* private fields */ }Implementations§
source§impl BuildBotLocaleInput
impl BuildBotLocaleInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BuildBotLocale, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BuildBotLocale, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<BuildBotLocale>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BuildBotLocaleInput.
source§impl BuildBotLocaleInput
impl BuildBotLocaleInput
sourcepub fn bot_id(&self) -> Option<&str>
pub fn bot_id(&self) -> Option<&str>
The identifier of the bot to build. The identifier is returned in the response from the CreateBot operation.
sourcepub fn bot_version(&self) -> Option<&str>
pub fn bot_version(&self) -> Option<&str>
The version of the bot to build. This can only be the draft version of the bot.
sourcepub fn locale_id(&self) -> Option<&str>
pub fn locale_id(&self) -> Option<&str>
The identifier of the language and locale that the bot will be used in. The string must match one of the supported locales. All of the intents, slot types, and slots used in the bot must have the same locale. For more information, see Supported languages.
Trait Implementations§
source§impl Clone for BuildBotLocaleInput
impl Clone for BuildBotLocaleInput
source§fn clone(&self) -> BuildBotLocaleInput
fn clone(&self) -> BuildBotLocaleInput
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 Debug for BuildBotLocaleInput
impl Debug for BuildBotLocaleInput
source§impl PartialEq<BuildBotLocaleInput> for BuildBotLocaleInput
impl PartialEq<BuildBotLocaleInput> for BuildBotLocaleInput
source§fn eq(&self, other: &BuildBotLocaleInput) -> bool
fn eq(&self, other: &BuildBotLocaleInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.