IBotService interface

警告

现已弃用此 API。

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

Extends

属性

appId

机器人的 MSA 应用 ID。

继承属性

id

(服务的可选) 唯一 ID。

name

服务的友好名称。

resourceGroup

Azure 的资源组。

serviceName

服务的名称。

subscriptionId

Azure 的订阅 ID。

tenantId

Azure 的租户 ID。

type

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

属性详细信息

appId

机器人的 MSA 应用 ID。

appId: string

属性值

string

继承属性详细信息

id

(服务的可选) 唯一 ID。

id?: string

属性值

string

继承自IConnectedService.id

name

服务的友好名称。

name: string

属性值

string

继承自IConnectedService.name

resourceGroup

Azure 的资源组。

resourceGroup: string

属性值

string

继承自IAzureService.resourceGroup

serviceName

服务的名称。

serviceName: string

属性值

string

继承自IAzureService.serviceName

subscriptionId

Azure 的订阅 ID。

subscriptionId: string

属性值

string

继承自IAzureService.subscriptionId

tenantId

Azure 的租户 ID。

tenantId: string

属性值

string

继承自IAzureService.tenantId

type

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

type?: ServiceTypes

属性值

继承自IConnectedService.type