Freigeben über


AdaptiveCardInvokeResponseFactory.Message(String) Method

Definition

Returns response with type "application/vnd.microsoft.activity.message".

public static Microsoft.Agents.Core.Models.AdaptiveCardInvokeResponse Message(string message);
static member Message : string -> Microsoft.Agents.Core.Models.AdaptiveCardInvokeResponse
Public Shared Function Message (message As String) As AdaptiveCardInvokeResponse

Parameters

message
String

A message.

Returns

The response that includes a message that the client should display.

Applies to