Share via


FacebookReferral 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 the referral parameter in the messaging_referrals event.

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

Constructors

FacebookReferral()

Properties

Ref

Gets or sets the ref parameter in the referral event.

Source

Gets or sets the source parameter in the referral event.

Type

Gets or sets the type parameter in the referral event.

Applies to