SearchInvokeResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Constructors
SearchInvokeResponse() |
Properties
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) |