IActivity.GetConversationReference Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a conversation reference from an activity.
public Microsoft.Bot.Schema.ConversationReference GetConversationReference ();
abstract member GetConversationReference : unit -> Microsoft.Bot.Schema.ConversationReference
Public Function GetConversationReference () As ConversationReference
Returns
A conversation reference for the conversation that contains the activity.