IEndpointService interface

Warning

This API is now deprecated.

See https://aka.ms/bot-file-basics for more information.

Extends

Properties

appId

MSA App ID.

appPassword

MSA app password for the bot.

channelService

The channel service (Azure or US Government Azure) for the bot. A value of 'https://botframework.azure.us' means the bot will be talking to a US Government Azure data center. An undefined or null value means the bot will be talking to public Azure

endpoint

Endpoint of localhost service.

Inherited Properties

id

(Optional) unique Id for the service.

name

Friendly name for the service.

type

(Optional) ServiceType of the service (LUIS, QnA, etc.)

Property Details

appId

MSA App ID.

appId: string

Property Value

string

appPassword

MSA app password for the bot.

appPassword: string

Property Value

string

channelService

The channel service (Azure or US Government Azure) for the bot. A value of 'https://botframework.azure.us' means the bot will be talking to a US Government Azure data center. An undefined or null value means the bot will be talking to public Azure

channelService?: string

Property Value

string

endpoint

Endpoint of localhost service.

endpoint: string

Property Value

string

Inherited Property Details

id

(Optional) unique Id for the service.

id?: string

Property Value

string

Inherited From IConnectedService.id

name

Friendly name for the service.

name: string

Property Value

string

Inherited From IConnectedService.name

type

(Optional) ServiceType of the service (LUIS, QnA, etc.)

type?: ServiceTypes

Property Value

Inherited From IConnectedService.type