FacebookQuickReply 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.
Caution
The Bot Framework Adapters will be deprecated in the next version of the Bot Framework SDK and moved to https://github.com/BotBuilderCommunity/botbuilder-community-dotnet. Please refer to their new location for all future work.
Facebook Quick Reply object that can be sent as part of a Facebook message.
[System.Obsolete("The Bot Framework Adapters will be deprecated in the next version of the Bot Framework SDK and moved to https://github.com/BotBuilderCommunity/botbuilder-community-dotnet. Please refer to their new location for all future work.")]
public class FacebookQuickReply
[<System.Obsolete("The Bot Framework Adapters will be deprecated in the next version of the Bot Framework SDK and moved to https://github.com/BotBuilderCommunity/botbuilder-community-dotnet. Please refer to their new location for all future work.")>]
type FacebookQuickReply = class
Public Class FacebookQuickReply
- Inheritance
-
FacebookQuickReply
- Attributes
Constructors
FacebookQuickReply() |
Properties
ContentType |
Gets or sets the content type of the reply. Can be:
|
ImageUrl |
Gets or sets the optional URL of the image to display on the quick reply button for text quick replies. Required if the Title property is empty. |
Payload |
Gets or sets the payload of the reply. May be set to an empty string if the ImageUrl property is set. |
Title |
Gets or sets the title of the reply. Required if content_type is "text". |