Struct aws_sdk_lexmodelsv2::input::CreateBotVersionInput
source · [−]#[non_exhaustive]pub struct CreateBotVersionInput {
pub bot_id: Option<String>,
pub description: Option<String>,
pub bot_version_locale_specification: Option<HashMap<String, BotVersionLocaleDetails>>,
}Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.bot_id: Option<String>The identifier of the bot to create the version for.
description: Option<String>A description of the version. Use the description to help identify the version in lists.
bot_version_locale_specification: Option<HashMap<String, BotVersionLocaleDetails>>Specifies the locales that Amazon Lex adds to this version. You can choose the Draft version or any other previously published version for each locale. When you specify a source version, the locale data is copied from the source version to the new version.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateBotVersion, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateBotVersion, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<CreateBotVersion>
Creates a new builder-style object to manufacture CreateBotVersionInput
A description of the version. Use the description to help identify the version in lists.
pub fn bot_version_locale_specification(
&self
) -> Option<&HashMap<String, BotVersionLocaleDetails>>
pub fn bot_version_locale_specification(
&self
) -> Option<&HashMap<String, BotVersionLocaleDetails>>
Specifies the locales that Amazon Lex adds to this version. You can choose the Draft version or any other previously published version for each locale. When you specify a source version, the locale data is copied from the source version to the new version.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for CreateBotVersionInput
impl Send for CreateBotVersionInput
impl Sync for CreateBotVersionInput
impl Unpin for CreateBotVersionInput
impl UnwindSafe for CreateBotVersionInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more