AdaptiveCardInvokeResponseFactory.BadRequest(String) 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.
Creates an Error of type "BadRequest" AdaptiveCardInvokeResponse.
public static Microsoft.Agents.Core.Models.AdaptiveCardInvokeResponse BadRequest(string message);
static member BadRequest : string -> Microsoft.Agents.Core.Models.AdaptiveCardInvokeResponse
Public Shared Function BadRequest (message As String) As AdaptiveCardInvokeResponse
Parameters
- message
- String