Uses of Class
com.azure.search.documents.agents.models.KnowledgeAgentMessage
Packages that use KnowledgeAgentMessage
Package
Description
Package containing the data models for KnowledgeAgentRetrievalClient.
-
Uses of KnowledgeAgentMessage in com.azure.search.documents.agents.models
Methods in com.azure.search.documents.agents.models that return KnowledgeAgentMessageModifier and TypeMethodDescriptionstatic KnowledgeAgentMessageKnowledgeAgentMessage.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of KnowledgeAgentMessage from the JsonReader.Methods in com.azure.search.documents.agents.models that return types with arguments of type KnowledgeAgentMessageModifier and TypeMethodDescriptionKnowledgeAgentRetrievalRequest.getMessages()Get the messages property: The messages property.KnowledgeAgentRetrievalResponse.getResponse()Get the response property: The response property.Method parameters in com.azure.search.documents.agents.models with type arguments of type KnowledgeAgentMessageModifier and TypeMethodDescriptionKnowledgeAgentRetrievalResponse.setResponse(List<KnowledgeAgentMessage> response) Set the response property: The response property.Constructor parameters in com.azure.search.documents.agents.models with type arguments of type KnowledgeAgentMessageModifierConstructorDescriptionCreates an instance of KnowledgeAgentRetrievalRequest class.