Struct aws_sdk_lexmodelsv2::input::BuildBotLocaleInput
source · [−]#[non_exhaustive]pub struct BuildBotLocaleInput { /* private fields */ }Implementations
sourceimpl 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.
sourceimpl 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
sourceimpl Clone for BuildBotLocaleInput
impl Clone for BuildBotLocaleInput
sourcefn clone(&self) -> BuildBotLocaleInput
fn clone(&self) -> BuildBotLocaleInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for BuildBotLocaleInput
impl Debug for BuildBotLocaleInput
sourceimpl PartialEq<BuildBotLocaleInput> for BuildBotLocaleInput
impl PartialEq<BuildBotLocaleInput> for BuildBotLocaleInput
sourcefn eq(&self, other: &BuildBotLocaleInput) -> bool
fn eq(&self, other: &BuildBotLocaleInput) -> bool
impl StructuralPartialEq for BuildBotLocaleInput
Auto Trait Implementations
impl RefUnwindSafe for BuildBotLocaleInput
impl Send for BuildBotLocaleInput
impl Sync for BuildBotLocaleInput
impl Unpin for BuildBotLocaleInput
impl UnwindSafe for BuildBotLocaleInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more