Delen via


ConversationsExtensions.ReplyToActivity Methode

Definitie

Overloads

ReplyToActivity(IConversations, String, String, Activity)
ReplyToActivity(IConversations, Activity)

Reageren op een activiteit in een bestaand gesprek.

ReplyToActivity(IConversations, Activity)

ReplyToActivity(IConversations, String, String, Activity)

public static Microsoft.Bot.Connector.ResourceResponse ReplyToActivity (this Microsoft.Bot.Connector.IConversations operations, string conversationId, string activityId, Microsoft.Bot.Connector.Activity activity);
static member ReplyToActivity : Microsoft.Bot.Connector.IConversations * string * string * Microsoft.Bot.Connector.Activity -> Microsoft.Bot.Connector.ResourceResponse
<Extension()>
Public Function ReplyToActivity (operations As IConversations, conversationId As String, activityId As String, activity As Activity) As ResourceResponse

Parameters

operations
IConversations
conversationId
String
activityId
String
activity
Activity

Retouren

Van toepassing op

ReplyToActivity(IConversations, Activity)

Reageren op een activiteit in een bestaand gesprek.

public static Microsoft.Bot.Schema.ResourceResponse ReplyToActivity (this Microsoft.Bot.Connector.IConversations operations, Microsoft.Bot.Schema.Activity activity);
static member ReplyToActivity : Microsoft.Bot.Connector.IConversations * Microsoft.Bot.Schema.Activity -> Microsoft.Bot.Schema.ResourceResponse
<Extension()>
Public Function ReplyToActivity (operations As IConversations, activity As Activity) As ResourceResponse

Parameters

operations
IConversations

De bewerkingsgroep voor deze extensiemethode.

activity
Activity

Activiteit die moet worden verzonden.

Retouren

ResourceResponse.

Van toepassing op

ReplyToActivity(IConversations, Activity)

public static Microsoft.Bot.Connector.ResourceResponse ReplyToActivity (this Microsoft.Bot.Connector.IConversations operations, Microsoft.Bot.Connector.Activity activity);
static member ReplyToActivity : Microsoft.Bot.Connector.IConversations * Microsoft.Bot.Connector.Activity -> Microsoft.Bot.Connector.ResourceResponse
<Extension()>
Public Function ReplyToActivity (operations As IConversations, activity As Activity) As ResourceResponse

Parameters

operations
IConversations
activity
Activity

Retouren

Van toepassing op