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?: stringProperty Value
string
agent
The agent involved in the conversation. Can be undefined or null. Optional.
agent?: null | ChannelAccountProperty Value
null | ChannelAccount
		channelId
	 
	The ID of the channel where the conversation is taking place.
channelId: stringProperty Value
string
conversation
The conversation account details.
conversation: ConversationAccountProperty Value
locale
The locale of the conversation. Optional.
locale?: stringProperty Value
string
		serviceUrl
	 
	The service URL for the conversation. Optional.
serviceUrl?: stringProperty Value
string
user
The user involved in the conversation. Optional.
user?: ChannelAccount