Show / Hide Table of Contents

Class UpdateFacebookChannelDetails

Properties to update a Facebook channel.

Inheritance
object
UpdateChannelDetails
UpdateFacebookChannelDetails
Inherited Members
UpdateChannelDetails.Name
UpdateChannelDetails.Description
UpdateChannelDetails.SessionExpiryDurationInMilliseconds
UpdateChannelDetails.FreeformTags
UpdateChannelDetails.DefinedTags
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.OdaService.Models
Assembly: OCI.DotNetSDK.Oda.dll
Syntax
public class UpdateFacebookChannelDetails : UpdateChannelDetails

Properties

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.

In this article
Back to top