Share via


InvokeResponseFactory.TextMessage(String) Method

Definition

Creates invoke response with a text message.

public static Microsoft.Bot.Builder.InvokeResponse TextMessage (string message);
static member TextMessage : string -> Microsoft.Bot.Builder.InvokeResponse
Public Shared Function TextMessage (message As String) As InvokeResponse

Parameters

message
String

The text message included in the response body.

Returns

An instance of InvokeResponse.

Applies to