ConversationReference interface

An object relating to a particular point in a conversation

Properties

activityId

(Optional) ID of the activity to refer to

bot

Bot participating in this conversation

channelId

Channel ID

conversation

Conversation reference

locale

A locale name for the contents of the text field. The locale name is a combination of an ISO 639 two- or three-letter culture code associated with a language and an ISO 3166 two-letter subculture code associated with a country or region. The locale name can also correspond to a valid BCP-47 language tag.

serviceUrl

Service endpoint where operations concerning the referenced conversation may be performed

user

(Optional) User participating in this conversation

Property Details

activityId

(Optional) ID of the activity to refer to

activityId?: string

Property Value

string

bot

Bot participating in this conversation

bot: ChannelAccount

Property Value

channelId

Channel ID

channelId: string

Property Value

string

conversation

Conversation reference

conversation: ConversationAccount

Property Value

locale

A locale name for the contents of the text field. The locale name is a combination of an ISO 639 two- or three-letter culture code associated with a language and an ISO 3166 two-letter subculture code associated with a country or region. The locale name can also correspond to a valid BCP-47 language tag.

locale?: string

Property Value

string

serviceUrl

Service endpoint where operations concerning the referenced conversation may be performed

serviceUrl: string

Property Value

string

user

(Optional) User participating in this conversation

user?: ChannelAccount

Property Value