UtteranceSpecification
An object containing information about a specific utterance.
Types
Properties
The name of the intent that the utterance is associated to.
The name of the slot that the utterance is associated to.
The duration in milliseconds of the audio associated with the utterance.
The identifier of the alias of the bot that the utterance was made to.
The identifier for the audio of the bot response.
A list of objects containing information about the bot response to the utterance.
The version of the bot that the utterance was made to.
The date and time when the conversation in which the utterance took place ended. A conversation is defined as a unique combination of a sessionId
and an originatingRequestId
.
The date and time when the conversation in which the utterance took place began. A conversation is defined as a unique combination of a sessionId
and an originatingRequestId
.
The type of dialog action that the utterance is associated to. See the type
field in DialogAction for more information.
The state of the intent that the utterance is associated to.
The mode of the session. The possible values are as follows:
The output type of the utterance. The possible values are as follows:
The slots that have been filled in the session by the time of the utterance.
The identifier of the request associated with the utterance.
The date and time when the utterance took place.
Specifies whether the bot understood the utterance or not.