IGenericService interface

警告

现已弃用此 API。

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

Extends

属性

configuration

命名/值配置数据。

url

指向服务的深层链接。

继承属性

id

(服务的可选) 唯一 ID。

name

服务的友好名称。

type

( (LUIS、QnA 等服务的可选) ServiceType )

属性详细信息

configuration

命名/值配置数据。

configuration: [key: string]: string

属性值

[key: string]: string

url

指向服务的深层链接。

url: string

属性值

string

继承属性详细信息

id

(服务的可选) 唯一 ID。

id?: string

属性值

string

继承自IConnectedService.id

name

服务的友好名称。

name: string

属性值

string

继承自IConnectedService.name

type

( (LUIS、QnA 等服务的可选) ServiceType )

type?: ServiceTypes

属性值

继承自IConnectedService.type