ConversationResourceResponse コンストラクター

定義

オーバーロード

ConversationResourceResponse()

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

ConversationResourceResponse(String, String, String)

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

ConversationResourceResponse()

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

public ConversationResourceResponse ();
Public Sub New ()

適用対象

ConversationResourceResponse(String, String, String)

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

public ConversationResourceResponse (string activityId = default, string serviceUrl = default, string id = default);
new Microsoft.Bot.Schema.ConversationResourceResponse : string * string * string -> Microsoft.Bot.Schema.ConversationResourceResponse
Public Sub New (Optional activityId As String = Nothing, Optional serviceUrl As String = Nothing, Optional id As String = Nothing)

パラメーター

activityId
String

アクティビティの ID (送信された場合)。

serviceUrl
String

会話に関する操作を実行できるサービス エンドポイント。

id
String

リソースの ID。

適用対象