FacebookPassThreadControl Class

Definition

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

public class FacebookPassThreadControl : Microsoft.Bot.Builder.Adapters.Facebook.FacebookEvents.Handover.FacebookThreadControl
type FacebookPassThreadControl = class
    inherit FacebookThreadControl
Public Class FacebookPassThreadControl
Inherits FacebookThreadControl
Inheritance
FacebookPassThreadControl

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