IFacebookChannel Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.FacebookChannelTypeConverter))]
public interface IFacebookChannel : Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.IChannel
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.FacebookChannelTypeConverter))>]
type IFacebookChannel = interface
interface IJsonSerializable
interface IChannel
Public Interface IFacebookChannel
Implements IChannel
- 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 |
Etag |
Entity Tag of the resource (Inherited from IChannel) |
IsEnabled |
Whether this channel is enabled for the bot |
Location |
Specifies the location of the resource. (Inherited from IChannel) |
Name |
The channel name (Inherited from IChannel) |
Page |
The list of Facebook pages |
ProvisioningState |
Provisioning state of the resource (Inherited from IChannel) |
VerifyToken |
Verify token. Value only returned through POST to the action Channel List API, otherwise empty. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |