共用方式為


StreamingRequest.Streams 屬性

定義

取得或設定這個要求中包含的資料流程附件集合。

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

屬性值

List<T> ResponseMessageStream 與這個要求相關聯的專案的 。

適用於