TurnStatusReceivedEventArgs class
Defines contents of received message/events.
Constructors
Turn |
Creates and initializes an instance of this class. |
Properties
conversation |
Gets the conversation identifier associated with this turn status event. |
interaction |
Gets the interaction identifier associated with this turn status event. |
status |
Gets the received turn status code. |
Constructor Details
TurnStatusReceivedEventArgs(string)
Creates and initializes an instance of this class.
new TurnStatusReceivedEventArgs(turnStatus: string)
Parameters
- turnStatus
-
string
The JSON-encoded turn status message.
Property Details
conversationId
Gets the conversation identifier associated with this turn status event.
any conversationId
Property Value
any
the received conversation id.
interactionId
Gets the interaction identifier associated with this turn status event.
any interactionId
Property Value
any
the received interaction id.
statusCode
Gets the received turn status code.
number statusCode
Property Value
number
the received turn status.