次の方法で共有


FacebookPassThreadControl クラス

定義

注意事項

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.

スレッド コントロールを別のアプリに渡すよう要求するときに Facebook に送信されるイベント オブジェクト。

[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
継承
FacebookPassThreadControl
属性

コンストラクター

FacebookPassThreadControl()
古い.

スレッド コントロールを別のアプリに渡すよう要求するときに Facebook に送信されるイベント オブジェクト。

プロパティ

Metadata
古い.

要求元から送信されたメッセージを取得または設定します。

(継承元 FacebookThreadControl)
NewOwnerAppId
古い.

新しい所有者のアプリ ID を取得または設定します。

PreviousOwnerAppId
古い.

前の所有者のアプリ ID を取得または設定します。

RequestedOwnerAppId
古い.

要求された所有者のアプリ ID を取得または設定します。

適用対象