ConversationResourceResponse コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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。