IGenericService interface

Warning

This API is now deprecated.

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

Extends

Properties

configuration

Named/value configuration data.

url

Deep link to 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

configuration

Named/value configuration data.

configuration: [key: string]: string

Property Value

[key: string]: string

url

Deep link to service.

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