Struct aws_sdk_lexmodelsv2::input::DeleteUtterancesInput [−][src]
#[non_exhaustive]pub struct DeleteUtterancesInput {
pub bot_id: Option<String>,
pub locale_id: Option<String>,
pub session_id: Option<String>,
}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 unique identifier of the bot that contains the utterances.
locale_id: Option<String>The identifier of the language and locale where the utterances were collected. The string must match one of the supported locales. For more information, see Supported languages.
session_id: Option<String>The unique identifier of the session with the user. The ID is returned in the response from the RecognizeText and RecognizeUtterance operations.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteUtterances, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteUtterances, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DeleteUtterances>
Creates a new builder-style object to manufacture DeleteUtterancesInput
The unique identifier of the bot that contains the utterances.
The identifier of the language and locale where the utterances were collected. The string must match one of the supported locales. For more information, see Supported languages.
The unique identifier of the session with the user. The ID is returned in the response from the RecognizeText and RecognizeUtterance operations.
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 DeleteUtterancesInput
impl Send for DeleteUtterancesInput
impl Sync for DeleteUtterancesInput
impl Unpin for DeleteUtterancesInput
impl UnwindSafe for DeleteUtterancesInput
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
