StartResponse interface
Response returned when starting a new conversation.
- Extends
Properties
| is |
Indicates whether this is a new conversation. |
Inherited Properties
| activities | The activities returned by the service. |
| conversation |
The conversation ID associated with this response. |
Property Details
isNewConversation
Indicates whether this is a new conversation.
isNewConversation: boolean
Property Value
boolean
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