共用方式為


SearchInvokeResponse 類別

定義

定義以 'application/search' 名稱叫用活動的結果傳回的結構。

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

建構函式

SearchInvokeResponse()

定義以 'application/search' 名稱叫用活動的結果傳回的結構。

屬性

StatusCode

取得或設定卡片動作回應 StatusCode。

(繼承來源 AdaptiveCardInvokeResponse)
Type

取得或設定這個 AdaptiveCardInvokeResponse 的 Type。

(繼承來源 AdaptiveCardInvokeResponse)
Value

取得或設定 json 回應物件。

(繼承來源 AdaptiveCardInvokeResponse)

適用於