IQnAService interface

Warning

This API is now deprecated.

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

Extends

Properties

endpointKey

Endpoint Key for querying the kb.

hostname

hostname for private service endpoint Example: https://myqna.azurewebsites.net.

kbId

Knowledge base id.

subscriptionKey

Subscription key for calling admin api.

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

endpointKey

Endpoint Key for querying the kb.

endpointKey: string

Property Value

string

hostname

hostname for private service endpoint Example: https://myqna.azurewebsites.net.

hostname: string

Property Value

string

kbId

Knowledge base id.

kbId: string

Property Value

string

subscriptionKey

Subscription key for calling admin api.

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