Share via


Activity.GetReplyConversationReference(ResourceResponse) Method

Definition

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.

Applies to