다음을 통해 공유


FacebookChannelProperties Class

Definition

The parameters to provide for the Facebook channel.

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

Constructors

FacebookChannelProperties()

Creates an new FacebookChannelProperties instance.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of FacebookChannelProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of FacebookChannelProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.IFacebookChannelProperties.

FromJsonString(String)

Creates a new instance of FacebookChannelProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of FacebookChannelProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to