IChatConnectorSettings 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.

endpoint

Collection of various necessary endpoints. Not normally provided by developers.

gzipData

If true the bots userData, privateConversationData, and conversationData will be gzipped prior to writing to storage.

openIdMetadata

If not provided, openIdMetadata will default to https://login.botframework.com/v1/.well-known/openidconfiguration.

stateEndpoint

If not provided, stateEndpoint will default to https://state.botframework.com.

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

endpoint

Collection of various necessary endpoints. Not normally provided by developers.

endpoint?: IChatConnectorEndpoint

Property Value

gzipData

If true the bots userData, privateConversationData, and conversationData will be gzipped prior to writing to storage.

gzipData?: boolean

Property Value

boolean

openIdMetadata

If not provided, openIdMetadata will default to https://login.botframework.com/v1/.well-known/openidconfiguration.

openIdMetadata?: string

Property Value

string

stateEndpoint

If not provided, stateEndpoint will default to https://state.botframework.com.

stateEndpoint?: string

Property Value

string