ConversationReference コンストラクター

定義

オーバーロード

ConversationReference()

ConversationReference クラスの新しいインスタンスを初期化します。

ConversationReference(String, ChannelAccount, ChannelAccount, ConversationAccount, String, String)

ConversationReference クラスの新しいインスタンスを初期化します。

ConversationReference(CultureInfo, String, ChannelAccount, ChannelAccount, ConversationAccount, String, String)

ConversationReference クラスの新しいインスタンスを初期化します。

ConversationReference()

ConversationReference クラスの新しいインスタンスを初期化します。

public ConversationReference ();
Public Sub New ()

適用対象

ConversationReference(String, ChannelAccount, ChannelAccount, ConversationAccount, String, String)

ConversationReference クラスの新しいインスタンスを初期化します。

public ConversationReference (string activityId = default, Microsoft.Bot.Schema.ChannelAccount user = default, Microsoft.Bot.Schema.ChannelAccount bot = default, Microsoft.Bot.Schema.ConversationAccount conversation = default, string channelId = default, string serviceUrl = default);
new Microsoft.Bot.Schema.ConversationReference : string * Microsoft.Bot.Schema.ChannelAccount * Microsoft.Bot.Schema.ChannelAccount * Microsoft.Bot.Schema.ConversationAccount * string * string -> Microsoft.Bot.Schema.ConversationReference
Public Sub New (Optional activityId As String = Nothing, Optional user As ChannelAccount = Nothing, Optional bot As ChannelAccount = Nothing, Optional conversation As ConversationAccount = Nothing, Optional channelId As String = Nothing, Optional serviceUrl As String = Nothing)

パラメーター

activityId
String

(省略可能)参照するアクティビティの ID。

user
ChannelAccount

(省略可能)この会話に参加しているユーザー。

bot
ChannelAccount

この会話に参加しているボット。

conversation
ConversationAccount

会話リファレンス。

channelId
String

チャネル ID。

serviceUrl
String

参照先の会話に関する操作が実行される可能性があるサービス エンドポイント。

適用対象

ConversationReference(CultureInfo, String, ChannelAccount, ChannelAccount, ConversationAccount, String, String)

ConversationReference クラスの新しいインスタンスを初期化します。

public ConversationReference (System.Globalization.CultureInfo locale, string activityId = default, Microsoft.Bot.Schema.ChannelAccount user = default, Microsoft.Bot.Schema.ChannelAccount bot = default, Microsoft.Bot.Schema.ConversationAccount conversation = default, string channelId = default, string serviceUrl = default);
new Microsoft.Bot.Schema.ConversationReference : System.Globalization.CultureInfo * string * Microsoft.Bot.Schema.ChannelAccount * Microsoft.Bot.Schema.ChannelAccount * Microsoft.Bot.Schema.ConversationAccount * string * string -> Microsoft.Bot.Schema.ConversationReference
Public Sub New (locale As CultureInfo, Optional activityId As String = Nothing, Optional user As ChannelAccount = Nothing, Optional bot As ChannelAccount = Nothing, Optional conversation As ConversationAccount = Nothing, Optional channelId As String = Nothing, Optional serviceUrl As String = Nothing)

パラメーター

locale
CultureInfo

テキスト フィールドの内容のロケール名。 ロケール名は、言語に関連付けられた ISO 639 の 2 文字または 3 文字のカルチャ コードと、国または地域に関連付けられた ISO 3166 2 文字のサブカルチャ コードの組み合わせです。 ロケール名は、有効な BCP-47 言語タグに対応することもできます。

activityId
String

(省略可能)参照するアクティビティの ID。

user
ChannelAccount

(省略可能)この会話に参加しているユーザー。

bot
ChannelAccount

この会話に参加しているボット。

conversation
ConversationAccount

会話リファレンス。

channelId
String

チャネル ID。

serviceUrl
String

参照先の会話に関する操作が実行される可能性があるサービス エンドポイント。

適用対象