ICallConnectorSettings interface
Options used to initialize a ChatConnector instance.
Properties
| app |
The bots App ID assigned in the Bot Framework portal. |
| app |
The bots App Password assigned in the Bot Framework Portal. |
| callback |
The URI that should be used to receive workflow callbacks. This should typically be the endpoint calling entered into the developer portal. |
Property Details
appId
The bots App ID assigned in the Bot Framework portal.
appId?: string
Property Value
string
appPassword
The bots App Password assigned in the Bot Framework Portal.
appPassword?: string
Property Value
string
callbackUri
The URI that should be used to receive workflow callbacks. This should typically be the endpoint calling entered into the developer portal.
callbackUri: string
Property Value
string