다음을 통해 공유


IFacebookChannelProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.FacebookChannelPropertiesTypeConverter))]
public interface IFacebookChannelProperties : Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.FacebookChannelPropertiesTypeConverter))>]
type IFacebookChannelProperties = interface
    interface IJsonSerializable
Public Interface IFacebookChannelProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

AppId

Facebook application id

AppSecret

Facebook application secret. Value only returned through POST to the action Channel List API, otherwise empty.

CallbackUrl

Callback Url

IsEnabled

Whether this channel is enabled for the bot

Page

The list of Facebook pages

VerifyToken

Verify token. Value only returned through POST to the action Channel List API, otherwise empty.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to