AdaptiveCardInvokeResponseFactory.Message(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.
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.