CallingBotServiceSettings Class
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.
public class CallingBotServiceSettings
type CallingBotServiceSettings = class
Public Class CallingBotServiceSettings
- Inheritance
-
CallingBotServiceSettings
Constructors
| CallingBotServiceSettings() |
Properties
| CallbackUrl |
The url where the Callingcallbacks from Skype Bot platform will be sent. Needs to match the domain name of service and the route configured in BotController. For example "https://testservice.azurewebsites.net/api/calling/callback" |
Methods
| LoadFromCloudConfiguration() |
Loads core bot library configuration from the cloud service configuration |
| Validate() |
Validates current bot configuration and throws BotConfigurationException if the configuration is invalid |