AdaptiveCardInvokeResponseFactory.SearchResponse(Object) Method

Definition

Create a search response with the specified value.

public static Microsoft.Agents.Core.Models.AdaptiveCardInvokeResponse SearchResponse(object result);
static member SearchResponse : obj -> Microsoft.Agents.Core.Models.AdaptiveCardInvokeResponse
Public Shared Function SearchResponse (result As Object) As AdaptiveCardInvokeResponse

Parameters

result
Object

The response value.

Returns

Applies to