ExecuteTurnResponse interface

Response returned when executing a turn in an existing conversation.

Extends

Properties

activityCount

The number of activities in this response.

Inherited Properties

activities

The activities returned by the service.

conversationId

The conversation ID associated with this response.

Property Details

activityCount

The number of activities in this response.

activityCount: number

Property Value

number

Inherited Property Details

activities

The activities returned by the service.

activities: Activity[]

Property Value

Inherited From ResponseBase.activities

conversationId

The conversation ID associated with this response.

conversationId: string

Property Value

string

Inherited From ResponseBase.conversationId