FacebookClientWrapper(FacebookClientWrapperOptions) Constructor
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.
Initializes a new instance of the FacebookClientWrapper class.
public FacebookClientWrapper (Microsoft.Bot.Builder.Adapters.Facebook.FacebookClientWrapperOptions options);
new Microsoft.Bot.Builder.Adapters.Facebook.FacebookClientWrapper : Microsoft.Bot.Builder.Adapters.Facebook.FacebookClientWrapperOptions -> Microsoft.Bot.Builder.Adapters.Facebook.FacebookClientWrapper
Public Sub New (options As FacebookClientWrapperOptions)
Parameters
- options
- FacebookClientWrapperOptions
An object containing API credentials, a webhook verification token, and other options.