StartResponse interface

Response returned when starting a new conversation.

Extends

Properties

isNewConversation

Indicates whether this is a new conversation.

Inherited Properties

activities

The activities returned by the service.

conversationId

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

Inherited From ResponseBase.activities

conversationId

The conversation ID associated with this response.

conversationId: string

Property Value

string

Inherited From ResponseBase.conversationId