InvokeResponseFactory.TextMessage(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 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.