Share via


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

A Facebook thread control message, including app ID of requested thread owner and an optional message to send with the request.

[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 FacebookRequestThreadControl : 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 FacebookRequestThreadControl = class
    inherit FacebookThreadControl
Public Class FacebookRequestThreadControl
Inherits FacebookThreadControl
Inheritance
FacebookRequestThreadControl
Attributes

Constructors

FacebookRequestThreadControl()

Properties

Metadata

Gets or sets the message sent from the requester.

(Inherited from FacebookThreadControl)
RequestedOwnerAppId

Gets or sets the app ID of the requested owner.

Applies to