Share via


TextCommandResponse Class

Definition

Represents a simple text message for a command response.

public class TextCommandResponse : Microsoft.TeamsFx.Conversation.ICommandResponse
type TextCommandResponse = class
    interface ICommandResponse
Public Class TextCommandResponse
Implements ICommandResponse
Inheritance
TextCommandResponse
Implements

Constructors

TextCommandResponse(String)

Initializes a new instance of the TextCommandResponse class.

Properties

Text

Gets or sets the text messages used to reply to a command.

Methods

SendResponseAsync(ITurnContext, CancellationToken)

Send the command response to the client.

Applies to