SearchInvokeResponse Class

Definition

Defines the structure that is returned as the result of an Invoke activity with Name of 'application/search'.

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

Constructors

Name Description
SearchInvokeResponse()

Properties

Name Description
StatusCode

Gets or sets the Card Action response StatusCode.

(Inherited from AdaptiveCardInvokeResponse)
Type

Gets or sets the Type of this AdaptiveCardInvokeResponse.

(Inherited from AdaptiveCardInvokeResponse)
Value

Gets or sets the json response object.

(Inherited from AdaptiveCardInvokeResponse)

Applies to