Uses of Class
com.azure.resourcemanager.botservice.models.FacebookChannelProperties
Packages that use FacebookChannelProperties
Package
Description
Package containing the data models for AzureBotService.
-
Uses of FacebookChannelProperties in com.azure.resourcemanager.botservice.models
Methods in com.azure.resourcemanager.botservice.models that return FacebookChannelPropertiesModifier and TypeMethodDescriptionstatic FacebookChannelPropertiesFacebookChannelProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of FacebookChannelProperties from the JsonReader.FacebookChannel.properties()Get the properties property: The set of properties specific to bot facebook channel.Set the appId property: Facebook application id.FacebookChannelProperties.withAppSecret(String appSecret) Set the appSecret property: Facebook application secret.FacebookChannelProperties.withIsEnabled(boolean isEnabled) Set the isEnabled property: Whether this channel is enabled for the bot.FacebookChannelProperties.withPages(List<FacebookPage> pages) Set the pages property: The list of Facebook pages.Methods in com.azure.resourcemanager.botservice.models with parameters of type FacebookChannelPropertiesModifier and TypeMethodDescriptionFacebookChannel.withProperties(FacebookChannelProperties properties) Set the properties property: The set of properties specific to bot facebook channel.