FacebookChannelProperties Class

The parameters to provide for the Facebook channel.

Variables are only populated by the server, and will be ignored when sending a request.

All required parameters must be populated in order to send to Azure.

Inheritance
FacebookChannelProperties

Constructor

FacebookChannelProperties(*, app_id: str, is_enabled: bool, pages: Optional[List[azure.mgmt.botservice.models._models_py3.FacebookPage]] = None, app_secret: Optional[str] = None, **kwargs)

Parameters

pages
list[FacebookPage]
Required

The list of Facebook pages.

app_id
str
Required

Required. Facebook application id.

app_secret
str
Required

Facebook application secret. Value only returned through POST to the action Channel List API, otherwise empty.

is_enabled
bool
Required

Required. Whether this channel is enabled for the bot.

Variables

verify_token
str

Verify token. Value only returned through POST to the action Channel List API, otherwise empty.

callback_url
str

Callback Url.