IConnectedService interface

Warning

This API is now deprecated.

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

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

id

(Optional) unique Id for the service.

id?: string

Property Value

string

name

Friendly name for the service.

name: string

Property Value

string

type

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

type?: ServiceTypes

Property Value