Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BotProperties

Package version

The parameters to provide for the Bot.

Hierarchy

  • BotProperties

Index

Properties

Optional configuredChannels

configuredChannels: string[]

Collection of channels for which the bot is configured NOTE: This property will not be serialized. It can only be populated by the server.

Optional description

description: undefined | string

The description of the bot

Optional developerAppInsightKey

developerAppInsightKey: undefined | string

The Application Insights key

Optional developerAppInsightsApiKey

developerAppInsightsApiKey: undefined | string

The Application Insights Api Key

Optional developerAppInsightsApplicationId

developerAppInsightsApplicationId: undefined | string

The Application Insights App Id

displayName

displayName: string

The Name of the bot

Optional enabledChannels

enabledChannels: string[]

Collection of channels for which the bot is enabled NOTE: This property will not be serialized. It can only be populated by the server.

endpoint

endpoint: string

The bot's endpoint

Optional endpointVersion

endpointVersion: undefined | string

The bot's endpoint version NOTE: This property will not be serialized. It can only be populated by the server.

Optional iconUrl

iconUrl: undefined | string

The Icon Url of the bot

Optional luisAppIds

luisAppIds: string[]

Collection of LUIS App Ids

Optional luisKey

luisKey: undefined | string

The LUIS Key

msaAppId

msaAppId: string

Microsoft App Id for the bot

Generated using TypeDoc