Uses of Class
com.azure.search.documents.knowledgebases.models.KnowledgeBaseWebActivityArguments
Packages that use KnowledgeBaseWebActivityArguments
Package
Description
Package containing the data models for KnowledgeBaseRetrievalClient.
-
Uses of KnowledgeBaseWebActivityArguments in com.azure.search.documents.knowledgebases.models
Classes in com.azure.search.documents.knowledgebases.models that implement interfaces with type arguments of type KnowledgeBaseWebActivityArgumentsModifier and TypeClassDescriptionfinal classRepresents the arguments the web retrieval activity was run with.Methods in com.azure.search.documents.knowledgebases.models that return KnowledgeBaseWebActivityArgumentsModifier and TypeMethodDescriptionKnowledgeBaseWebActivityArguments.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of KnowledgeBaseWebActivityArguments from the JsonReader.KnowledgeBaseWebActivityRecord.getWebArguments()Get the webArguments property: The web arguments for the retrieval activity.Set the count property: The number of web results returned.KnowledgeBaseWebActivityArguments.setFreshness(String freshness) Set the freshness property: The freshness for the retrieval activity.KnowledgeBaseWebActivityArguments.setLanguage(String language) Set the language property: The language for the retrieval activity.Set the market property: The market for the retrieval activity.Set the search property: The search string used to query the web.Methods in com.azure.search.documents.knowledgebases.models with parameters of type KnowledgeBaseWebActivityArgumentsModifier and TypeMethodDescriptionKnowledgeBaseWebActivityRecord.setWebArguments(KnowledgeBaseWebActivityArguments webArguments) Set the webArguments property: The web arguments for the retrieval activity.