Share via


FacebookQuickReply Class

Definition

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:

  • "text", which sends a text button.
  • "user_phone_number", which sends a button allowing the recipient to send the phone number associated with their account.
  • "user_email", which sends a button allowing the recipient to send the email associated with their account.
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".

Applies to