QueryDTO Class
POST body schema to query the knowledgebase.
- Inheritance
-
QueryDTO
Constructor
QueryDTO(**kwargs)
Parameters
- qna_id
- str
Required
Exact qnaId to fetch from the knowledgebase, this field takes priority over question.
- strict_filters
- list[MetadataDTO]
Required
Find QnAs that are associated with the given list of metadata.
- strict_filters_compound_operation_type
- str or StrictFiltersCompoundOperationType
Required
Optional field. Set to 'OR' for using OR operation for strict filters. Possible values include: 'AND', 'OR'
Feedback
Submit and view feedback for