ConversationReference interface 
An object relating to a particular point in a conversation
Properties
| activity | (Optional) ID of the activity to refer to | 
| bot | Bot participating in this conversation | 
| channel | 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. | 
| service | 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?: stringProperty Value
string
bot
		channelId
	 
	Channel ID
channelId: stringProperty Value
string
conversation
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?: stringProperty Value
string
		serviceUrl
	 
	Service endpoint where operations concerning the referenced conversation may be performed
serviceUrl: stringProperty Value
string
user
(Optional) User participating in this conversation
user?: ChannelAccount