ConversationReference Class

An object relating to a particular point in a conversation.

Inheritance
msrest.serialization.Model
ConversationReference

Constructor

ConversationReference(*, activity_id: str = None, user=None, bot=None, conversation=None, channel_id: str = None, locale: str = None, service_url: str = None, **kwargs)

Parameters

Name Description
activity_id
Required
str

(Optional) ID of the activity to refer to

user
Required
<xref:botframework.connector.models.ChannelAccount>

(Optional) User participating in this conversation

bot
Required
<xref:botframework.connector.models.ChannelAccount>

Bot participating in this conversation

conversation
Required
<xref:botframework.connector.models.ConversationAccount>

Conversation reference

channel_id
Required
str

Channel ID

locale
Required
str

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.

service_url
Required
str

Service endpoint where operations concerning the referenced conversation may be performed

Keyword-Only Parameters

Name Description
activity_id
Required
user
Required
bot
Required
conversation
Required
channel_id
Required
locale
Required
service_url
Required