SearchInvokeResponse クラス

定義

名前が 'application/search' の Invoke アクティビティの結果として返される構造体を定義します。

public class SearchInvokeResponse : Microsoft.Bot.Schema.AdaptiveCardInvokeResponse
type SearchInvokeResponse = class
    inherit AdaptiveCardInvokeResponse
Public Class SearchInvokeResponse
Inherits AdaptiveCardInvokeResponse
継承
SearchInvokeResponse

コンストラクター

名前 説明
SearchInvokeResponse()

名前が 'application/search' の Invoke アクティビティの結果として返される構造体を定義します。

プロパティ

名前 説明
StatusCode

カードアクション応答StatusCodeを取得したり設定したりします。

(継承元 AdaptiveCardInvokeResponse)
Type

この AdaptiveCardInvokeResponseのタイプを取得するか設定します。

(継承元 AdaptiveCardInvokeResponse)
Value

jsonのレスポンスオブジェクトを取得するか設定します。

(継承元 AdaptiveCardInvokeResponse)

適用対象