SendOperations.SendResponseAsync(Guid, StreamingResponse) 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.
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.