#[non_exhaustive]pub struct DeleteUtterancesInput { /* private fields */ }Implementations§
source§impl DeleteUtterancesInput
impl DeleteUtterancesInput
sourcepub fn bot_id(&self) -> Option<&str>
pub fn bot_id(&self) -> Option<&str>
The unique identifier of the bot that contains the utterances.
sourcepub fn locale_id(&self) -> Option<&str>
pub fn locale_id(&self) -> Option<&str>
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.
sourcepub fn session_id(&self) -> Option<&str>
pub fn session_id(&self) -> Option<&str>
The unique identifier of the session with the user. The ID is returned in the response from the RecognizeText and RecognizeUtterance operations.
source§impl DeleteUtterancesInput
impl DeleteUtterancesInput
sourcepub fn builder() -> DeleteUtterancesInputBuilder
pub fn builder() -> DeleteUtterancesInputBuilder
Creates a new builder-style object to manufacture DeleteUtterancesInput.
source§impl DeleteUtterancesInput
impl DeleteUtterancesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteUtterances, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DeleteUtterances, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteUtterances>
Trait Implementations§
source§impl Clone for DeleteUtterancesInput
impl Clone for DeleteUtterancesInput
source§fn clone(&self) -> DeleteUtterancesInput
fn clone(&self) -> DeleteUtterancesInput
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 DeleteUtterancesInput
impl Debug for DeleteUtterancesInput
source§impl PartialEq<DeleteUtterancesInput> for DeleteUtterancesInput
impl PartialEq<DeleteUtterancesInput> for DeleteUtterancesInput
source§fn eq(&self, other: &DeleteUtterancesInput) -> bool
fn eq(&self, other: &DeleteUtterancesInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.