static BotFrameworkConfig |
BotFrameworkConfig.fromAuthorizationToken(String authorizationToken,
String region) |
Creates an instance of a bot framework config with specified authorization token and service region.
|
static BotFrameworkConfig |
BotFrameworkConfig.fromAuthorizationToken(String authorizationToken,
String region,
String botId) |
Creates an instance of a bot framework config with specified authorization token, service region, and bot ID.
|
static BotFrameworkConfig |
BotFrameworkConfig.fromSubscription(String subscription,
String region) |
Creates an instance of the bot framework config with the specified subscription and region.
|
static BotFrameworkConfig |
BotFrameworkConfig.fromSubscription(String subscription,
String region,
String botId) |
Creates an instance of the bot framework config with the specified subscription, region, and bot ID.
|