Class UpdateFacebookChannelDetails
Properties to update a Facebook channel.
Inherited Members
Namespace: Oci.OdaService.Models
Assembly: OCI.DotNetSDK.Oda.dll
Syntax
public class UpdateFacebookChannelDetails : UpdateChannelDetailsProperties
AppSecret
Declaration
[JsonProperty(PropertyName = "appSecret")]
public string AppSecret { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The app secret for your Facebook app. | 
BotId
Declaration
[JsonProperty(PropertyName = "botId")]
public string BotId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The ID of the Skill or Digital Assistant that the Channel is routed to. | 
PageAccessToken
Declaration
[JsonProperty(PropertyName = "pageAccessToken")]
public string PageAccessToken { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The page access token that you generated for your Facebook page. |