SendOperations.SendResponseAsync(Guid, StreamingResponse) メソッド

定義

送信操作は 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

パラメーター

id
Guid

この操作で使われる ResponseDisassembler に割り当てるIDです。

response
StreamingResponse

送信する応答。

返品

作戦の状況を表すタスク。

適用対象