FacebookChannelProperties Class
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.
The parameters to provide for the Facebook channel.
public class FacebookChannelProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.BotService.Models.FacebookChannelProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.BotService.Models.FacebookChannelProperties>
public class FacebookChannelProperties
type FacebookChannelProperties = class
interface IJsonModel<FacebookChannelProperties>
interface IPersistableModel<FacebookChannelProperties>
type FacebookChannelProperties = class
Public Class FacebookChannelProperties
Implements IJsonModel(Of FacebookChannelProperties), IPersistableModel(Of FacebookChannelProperties)
Public Class FacebookChannelProperties
- Inheritance
-
FacebookChannelProperties
- Implements
Constructors
FacebookChannelProperties(String, Boolean) |
Initializes a new instance of FacebookChannelProperties. |
Properties
AppId |
Facebook application id. |
AppSecret |
Facebook application secret. Value only returned through POST to the action Channel List API, otherwise empty. |
CallbackUri |
Callback Url. |
IsEnabled |
Whether this channel is enabled for the bot. |
Pages |
The list of Facebook pages. |
VerifyToken |
Verify token. Value only returned through POST to the action Channel List API, otherwise empty. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<FacebookChannelProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<FacebookChannelProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<FacebookChannelProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<FacebookChannelProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<FacebookChannelProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET