Struct aws_sdk_lexmodelsv2::model::aggregated_utterances_summary::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for AggregatedUtterancesSummary
Implementations
The text of the utterance. If the utterance was used with the RecognizeUtterance operation, the text is the transcription of the audio utterance.
The text of the utterance. If the utterance was used with the RecognizeUtterance operation, the text is the transcription of the audio utterance.
The number of times that the utterance was detected by Amazon Lex during the time period. When an utterance is detected, it activates an intent or a slot.
The number of times that the utterance was detected by Amazon Lex during the time period. When an utterance is detected, it activates an intent or a slot.
The number of times that the utterance was missed by Amazon Lex An utterance is missed when it doesn't activate an intent or slot.
The number of times that the utterance was missed by Amazon Lex An utterance is missed when it doesn't activate an intent or slot.
The date and time that the utterance was first recorded in the time window for aggregation. An utterance may have been sent to Amazon Lex before that time, but only utterances within the time window are counted.
pub fn set_utterance_first_recorded_in_aggregation_duration(
self,
input: Option<DateTime>
) -> Self
pub fn set_utterance_first_recorded_in_aggregation_duration(
self,
input: Option<DateTime>
) -> Self
The date and time that the utterance was first recorded in the time window for aggregation. An utterance may have been sent to Amazon Lex before that time, but only utterances within the time window are counted.
The last date and time that an utterance was recorded in the time window for aggregation. An utterance may be sent to Amazon Lex after that time, but only utterances within the time window are counted.
pub fn set_utterance_last_recorded_in_aggregation_duration(
self,
input: Option<DateTime>
) -> Self
pub fn set_utterance_last_recorded_in_aggregation_duration(
self,
input: Option<DateTime>
) -> Self
The last date and time that an utterance was recorded in the time window for aggregation. An utterance may be sent to Amazon Lex after that time, but only utterances within the time window are counted.
Aggregated utterance data may contain utterances from versions of your bot that have since been deleted. When the aggregated contains this kind of data, this field is set to true.
Aggregated utterance data may contain utterances from versions of your bot that have since been deleted. When the aggregated contains this kind of data, this field is set to true.
Consumes the builder and constructs a AggregatedUtterancesSummary
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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
