IFileService interface

Warning

This API is now deprecated.

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

Extends

Properties

path

File path.

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

path

File path.

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