Activity.GetReplyConversationReference(ResourceResponse) 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.
Create a ConversationReference based on this Activity's Conversation info and the ResourceResponse from sending an activity.
public Microsoft.Bot.Schema.ConversationReference GetReplyConversationReference (Microsoft.Bot.Schema.ResourceResponse reply);
member this.GetReplyConversationReference : Microsoft.Bot.Schema.ResourceResponse -> Microsoft.Bot.Schema.ConversationReference
Public Function GetReplyConversationReference (reply As ResourceResponse) As ConversationReference
Parameters
- reply
- ResourceResponse
ResourceResponse returned from sendActivity.
Returns
A ConversationReference that can be stored and used later to delete or update the activity.