Struct aws_sdk_lexmodelsv2::input::DeleteIntentInput
source · #[non_exhaustive]pub struct DeleteIntentInput { /* private fields */ }Implementations§
source§impl DeleteIntentInput
impl DeleteIntentInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteIntent, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteIntent, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteIntent>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteIntentInput.
source§impl DeleteIntentInput
impl DeleteIntentInput
sourcepub fn bot_version(&self) -> Option<&str>
pub fn bot_version(&self) -> Option<&str>
The version of the bot associated with the intent.
sourcepub fn locale_id(&self) -> Option<&str>
pub fn locale_id(&self) -> Option<&str>
The identifier of the language and locale where the bot will be deleted. The string must match one of the supported locales. For more information, see Supported languages.
Trait Implementations§
source§impl Clone for DeleteIntentInput
impl Clone for DeleteIntentInput
source§fn clone(&self) -> DeleteIntentInput
fn clone(&self) -> DeleteIntentInput
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 DeleteIntentInput
impl Debug for DeleteIntentInput
source§impl PartialEq<DeleteIntentInput> for DeleteIntentInput
impl PartialEq<DeleteIntentInput> for DeleteIntentInput
source§fn eq(&self, other: &DeleteIntentInput) -> bool
fn eq(&self, other: &DeleteIntentInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.