Share via


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

Represents a Facebook Post Back.

[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 FacebookPostBack
[<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 FacebookPostBack = class
Public Class FacebookPostBack
Inheritance
FacebookPostBack
Attributes

Constructors

FacebookPostBack()

Properties

Payload

Gets or sets the string to send back to the webhook.

Referral

Gets or sets the referral of the post back message.

Title

Gets or sets the title of the post back message.

Applies to