MessageOptions Class
Definition
Optional message properties that can be sent SayAsync(IBotToUser, String, String, MessageOptions, String, CancellationToken)
public class MessageOptions
type MessageOptions = class
Public Class MessageOptions
- Inheritance
-
MessageOptions
Constructors
MessageOptions() |
Properties
AttachmentLayout |
Hint for how to deal with multiple attachments: [list|carousel] Default:list |
Attachments |
Attachments |
Entities |
Collection of Entity objects, each of which contains metadata about this activity. Each Entity object is typed. |
InputHint |
Indicates whether the bot is accepting, expecting, or ignoring input |
TextFormat |
Format of text fields [plain|markdown] Default:markdown |