MessageOptions 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.
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 |