Edit

Share via


ICallConnectorSettings interface

Options used to initialize a ChatConnector instance.

Properties

appId

The bots App ID assigned in the Bot Framework portal.

appPassword

The bots App Password assigned in the Bot Framework Portal.

callbackUri

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