ConversationReference type
An object relating to a particular point in a conversation
type ConversationReference = {
activityId?: string
bot: Account
channelId: ChannelID
conversation: ConversationAccount
locale?: string
serviceUrl: string
user?: Account
}