ConversationList.Conversations プロパティ

定義

会話を取得または設定します。

public System.Collections.Generic.IList<Microsoft.Bot.Schema.Teams.ChannelInfo> Conversations { get; set; }
member this.Conversations : System.Collections.Generic.IList<Microsoft.Bot.Schema.Teams.ChannelInfo> with get, set
Public Property Conversations As IList(Of ChannelInfo)

プロパティ値

会話。

適用対象