다음을 통해 공유


FacebookChannel Class

Definition

Facebook channel definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.FacebookChannelTypeConverter))]
public class FacebookChannel : Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.IFacebookChannel, Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.FacebookChannelTypeConverter))>]
type FacebookChannel = class
    interface IFacebookChannel
    interface IJsonSerializable
    interface IChannel
    interface IValidates
Public Class FacebookChannel
Implements IFacebookChannel, IValidates
Inheritance
FacebookChannel
Attributes
Implements

Constructors

FacebookChannel()

Creates an new FacebookChannel 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

Etag

Entity Tag of the resource

IsEnabled

Whether this channel is enabled for the bot

Location

Specifies the location of the resource.

Name

The channel name

Page

The list of Facebook pages

ProvisioningState

Provisioning state of the resource

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 FacebookChannel.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of FacebookChannel.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of FacebookChannel into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to