Compartir a través de


FacebookPassThreadControl Clase

Definición

Precaución

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.

Objeto de evento enviado a Facebook al solicitar pasar el control de subprocesos a otra aplicación.

[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
Herencia
FacebookPassThreadControl
Atributos

Constructores

FacebookPassThreadControl()
Obsoletos.

Objeto de evento enviado a Facebook al solicitar pasar el control de subprocesos a otra aplicación.

Propiedades

Metadata
Obsoletos.

Obtiene o establece el mensaje enviado desde el solicitante.

(Heredado de FacebookThreadControl)
NewOwnerAppId
Obsoletos.

Obtiene o establece el identificador de aplicación del nuevo propietario.

PreviousOwnerAppId
Obsoletos.

Obtiene o establece el identificador de aplicación del propietario anterior.

RequestedOwnerAppId
Obsoletos.

Obtiene o establece el identificador de aplicación del propietario solicitado.

Se aplica a