KnowledgeBaseSearchOperationResponse interface
Response for search operations.
- Extends
Properties
| operation |
The type of operation. |
| search |
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
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