TurnStatusReceivedEventArgs class

Defines contents of received message/events.

Constructors

TurnStatusReceivedEventArgs(string)

Creates and initializes an instance of this class.

Properties

conversationId

Gets the conversation identifier associated with this turn status event.

interactionId

Gets the interaction identifier associated with this turn status event.

statusCode

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.