Share via


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

Event object sent to Facebook when requesting to pass thread control to another app.

[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 FacebookPassThreadControl : Microsoft.Bot.Builder.Adapters.Facebook.FacebookEvents.Handover.FacebookThreadControl
[<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 FacebookPassThreadControl = class
    inherit FacebookThreadControl
Public Class FacebookPassThreadControl
Inherits FacebookThreadControl
Inheritance
FacebookPassThreadControl
Attributes

Constructors

FacebookPassThreadControl()

Properties

Metadata

Gets or sets the message sent from the requester.

(Inherited from FacebookThreadControl)
NewOwnerAppId

Gets or sets the app ID of the new owner.

PreviousOwnerAppId

Gets or sets the app ID of the previous owner.

RequestedOwnerAppId

Gets or sets the app ID of the requested owner.

Applies to