AdaptiveCardInvokeResponseFactory.SearchResponse(Object) Method
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.
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.