IDispatchService interface
- Extends
Properties
| service |
Service IDs that the dispatch model will dispatch across. |
Inherited Properties
| app |
Luis app ID. |
| authoring |
Authoring key for using authoring api. |
| id | (Optional) unique Id for the service. |
| name | Friendly name for the service. |
| region | Region for luis. |
| subscription |
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
| get |
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
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
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