Del via


SendOperations.SendResponseAsync(Guid, StreamingResponse) Method

Definition

The send operation used to send a Response.

public System.Threading.Tasks.Task SendResponseAsync (Guid id, Microsoft.Bot.Streaming.StreamingResponse response);
member this.SendResponseAsync : Guid * Microsoft.Bot.Streaming.StreamingResponse -> System.Threading.Tasks.Task
Public Function SendResponseAsync (id As Guid, response As StreamingResponse) As Task

Parameters

id
Guid

The ID to assign to the ResponseDisassembler used by this operation.

response
StreamingResponse

The response to send.

Returns

A task representing the status of the operation.

Applies to