DiscoveryEngine interface

Discovery engine instance.

Properties

configuration

The Discovery Engine configuration.

createdAt

The timestamp when the resource was created.

createdBy

The ID of the user who created this resource.

createdByType

The type of user who created this resource.

discoveryEngineStatus

The Discovery Engine status.

lastModifiedAt

The timestamp when the resource was last updated

lastModifiedBy

The ID of the user who updated this resource.

lastModifiedByType

The type of user who updated this resource.

systemPrompt

The system prompt.

Property Details

configuration

The Discovery Engine configuration.

configuration?: Record<string, any>

Property Value

Record<string, any>

createdAt

The timestamp when the resource was created.

createdAt?: Date

Property Value

Date

createdBy

The ID of the user who created this resource.

createdBy?: string

Property Value

string

createdByType

The type of user who created this resource.

createdByType?: string

Property Value

string

discoveryEngineStatus

The Discovery Engine status.

discoveryEngineStatus: string

Property Value

string

lastModifiedAt

The timestamp when the resource was last updated

lastModifiedAt?: Date

Property Value

Date

lastModifiedBy

The ID of the user who updated this resource.

lastModifiedBy?: string

Property Value

string

lastModifiedByType

The type of user who updated this resource.

lastModifiedByType?: string

Property Value

string

systemPrompt

The system prompt.

systemPrompt?: string

Property Value

string