ILuisService interface

Warning

This API is now deprecated.

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

Extends

Properties

appId

Luis app ID.

authoringKey

Authoring key for using authoring api.

region

Region for luis.

subscriptionKey

Subscription key for using calling model api for predictions.

version

Version of the application.

Inherited Properties

id

(Optional) unique Id for the service.

name

Friendly name for the service.

type

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

Methods

getEndpoint()

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

Property Details

appId

Luis app ID.

appId: string

Property Value

string

authoringKey

Authoring key for using authoring api.

authoringKey: string

Property Value

string

region

Region for luis.

region: string

Property Value

string

subscriptionKey

Subscription key for using calling model api for predictions.

subscriptionKey: string

Property Value

string

version

Version of the application.

version: 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

Method Details

getEndpoint()

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

function getEndpoint(): string

Returns

string