TextCommandResponse Class
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.
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. |