ConversationList コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| ConversationList() |
ConversationList クラスの新しいインスタンスを初期化します。 |
| ConversationList(IList<ChannelInfo>) |
ConversationList クラスの新しいインスタンスを初期化します。 |
ConversationList()
ConversationList(IList<ChannelInfo>)
ConversationList クラスの新しいインスタンスを初期化します。
public ConversationList(System.Collections.Generic.IList<Microsoft.Bot.Schema.Teams.ChannelInfo> conversations = default);
new Microsoft.Bot.Schema.Teams.ConversationList : System.Collections.Generic.IList<Microsoft.Bot.Schema.Teams.ChannelInfo> -> Microsoft.Bot.Schema.Teams.ConversationList
Public Sub New (Optional conversations As IList(Of ChannelInfo) = Nothing)
パラメーター
- conversations
- IList<ChannelInfo>
会話の IList。