KnowledgeBaseSearchOperationResponse interface

Response for search operations.

Extends

Properties

operationType

The type of operation.

searchResult

Result details for search operations.

Inherited Properties

error

Error object that describes the error when status is 'Failed'.

id

The unique ID of the operation.

status

The status of the operation.

Property Details

operationType

The type of operation.

operationType: "Search"

Property Value

"Search"

searchResult

Result details for search operations.

searchResult?: SearchResponse

Property Value

Inherited Property Details

error

Error object that describes the error when status is 'Failed'.

error?: ErrorModel

Property Value

Inherited From KnowledgeBaseOperationResponse.error

id

The unique ID of the operation.

id: string

Property Value

string

Inherited From KnowledgeBaseOperationResponse.id

status

The status of the operation.

status: string

Property Value

string

Inherited From KnowledgeBaseOperationResponse.status