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)

適用対象