SessionSpecification
An object containing information about a specific session.
Types
Properties
The identifier of the alias of the bot that the session was held with.
The version of the bot that the session was held with.
The duration of the conversation in seconds. A conversation is defined as a unique combination of a sessionId
and an originatingRequestId
.
The final state of the conversation. A conversation is defined as a unique combination of a sessionId
and an originatingRequestId
.
The date and time when the conversation ended. A conversation is defined as a unique combination of a sessionId
and an originatingRequestId
.
The date and time when the conversation began. A conversation is defined as a unique combination of a sessionId
and an originatingRequestId
.
A list of objects containing the name of an intent that was invoked.
The mode of the session. The possible values are as follows:
The number of turns that the session took.
The identifier of the first request in a session.