Uses of Class
com.azure.search.documents.agents.models.KnowledgeAgentSearchActivityRecordQuery
Packages that use KnowledgeAgentSearchActivityRecordQuery
Package
Description
Package containing the data models for KnowledgeAgentRetrievalClient.
-
Uses of KnowledgeAgentSearchActivityRecordQuery in com.azure.search.documents.agents.models
Methods in com.azure.search.documents.agents.models that return KnowledgeAgentSearchActivityRecordQueryModifier and TypeMethodDescriptionKnowledgeAgentSearchActivityRecordQuery.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of KnowledgeAgentSearchActivityRecordQuery from the JsonReader.KnowledgeAgentSearchActivityRecord.getQuery()Get the query property: The query details for the retrieval activity.Set the filter property: The filter string.Set the search property: The search string.Methods in com.azure.search.documents.agents.models with parameters of type KnowledgeAgentSearchActivityRecordQueryModifier and TypeMethodDescriptionKnowledgeAgentSearchActivityRecord.setQuery(KnowledgeAgentSearchActivityRecordQuery query) Set the query property: The query details for the retrieval activity.