filterSpecs property

Filter specification for data store queries.

TMaps from datastore name to the filter expression for that datastore. Do not specify more than one FilterSpecs for each datastore name. If multiple FilterSpecs are provided for the same datastore name, the behavior is undefined.

Optional.

Implementation

core.List<
        GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigFilterSpecs>?
    filterSpecs;