ExecuteTurnResponse interface
Response returned when executing a turn in an existing conversation.
- Extends
Properties
| activity |
The number of activities in this response. |
Inherited Properties
| activities | The activities returned by the service. |
| conversation |
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
Activity[]
Inherited From ResponseBase.activities
conversationId
The conversation ID associated with this response.
conversationId: string
Property Value
string
Inherited From ResponseBase.conversationId