次の方法で共有


FacebookChannelProperties(String, Boolean) コンストラクター

定義

FacebookChannelProperties の新しいインスタンスを初期化します。

public FacebookChannelProperties (string appId, bool isEnabled);
new Azure.ResourceManager.BotService.Models.FacebookChannelProperties : string * bool -> Azure.ResourceManager.BotService.Models.FacebookChannelProperties
Public Sub New (appId As String, isEnabled As Boolean)

パラメーター

appId
String

Facebook アプリケーションの ID です。

isEnabled
Boolean

ボットに対してこのチャネルが有効になっているかどうか。

例外

appId が null です。

適用対象