ConversationReference interface
Represents a reference to a conversation.
Properties
activity |
The ID of the activity. Optional. |
agent | The agent involved in the conversation. Can be undefined or null. Optional. |
channel |
The ID of the channel where the conversation is taking place. |
conversation | The conversation account details. |
locale | The locale of the conversation. Optional. |
service |
The service URL for the conversation. Optional. |
user | The user involved in the conversation. Optional. |
Property Details
activityId
The ID of the activity. Optional.
activityId?: string
Property Value
string
agent
The agent involved in the conversation. Can be undefined or null. Optional.
agent?: null | ChannelAccount
Property Value
null | ChannelAccount
channelId
The ID of the channel where the conversation is taking place.
channelId: string
Property Value
string
conversation
The conversation account details.
conversation: ConversationAccount
Property Value
locale
The locale of the conversation. Optional.
locale?: string
Property Value
string
serviceUrl
The service URL for the conversation. Optional.
serviceUrl?: string
Property Value
string
user
The user involved in the conversation. Optional.
user?: ChannelAccount