IDispatchService interface

Warning

This API is now deprecated.

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

Extends

Properties

serviceIds

Service IDs that the dispatch model will dispatch across.

Inherited Properties

appId

Luis app ID.

authoringKey

Authoring key for using authoring api.

id

(Optional) unique Id for the service.

name

Friendly name for the service.

region

Region for luis.

subscriptionKey

Subscription key for using calling model api for predictions.

type

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

version

Version of the application.

Inherited Methods

getEndpoint()

getEndpoint() Returns the full region endpoint for the LUIS service.

Property Details

serviceIds

Service IDs that the dispatch model will dispatch across.

serviceIds: string[]

Property Value

string[]

Inherited Property Details

appId

Luis app ID.

appId: string

Property Value

string

Inherited From ILuisService.appId

authoringKey

Authoring key for using authoring api.

authoringKey: string

Property Value

string

Inherited From ILuisService.authoringKey

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

region

Region for luis.

region: string

Property Value

string

Inherited From ILuisService.region

subscriptionKey

Subscription key for using calling model api for predictions.

subscriptionKey: string

Property Value

string

Inherited From ILuisService.subscriptionKey

type

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

type?: ServiceTypes

Property Value

Inherited From IConnectedService.type

version

Version of the application.

version: string

Property Value

string

Inherited From ILuisService.version

Inherited Method Details

getEndpoint()

getEndpoint() Returns the full region endpoint for the LUIS service.

function getEndpoint(): string

Returns

string

Inherited From ILuisService.getEndpoint