ReceiveResponse.Streams プロパティ

定義

この回答に含まれる数の集合 IContentStreamを取得または設定します。

public System.Collections.Generic.List<Microsoft.Bot.Streaming.Payloads.IContentStream> Streams { get; set; }
member this.Streams : System.Collections.Generic.List<Microsoft.Bot.Streaming.Payloads.IContentStream> with get, set
Public Property Streams As List(Of IContentStream)

プロパティ値

この回答に付随するストリームに関する情報を含むタイプIContentStreamの型List<T>です。

適用対象