Uses of Class
com.azure.search.documents.knowledgebases.models.KnowledgeBaseMessage
Packages that use KnowledgeBaseMessage
Package
Description
Package containing the data models for KnowledgeBaseRetrievalClient.
-
Uses of KnowledgeBaseMessage in com.azure.search.documents.knowledgebases.models
Classes in com.azure.search.documents.knowledgebases.models that implement interfaces with type arguments of type KnowledgeBaseMessageModifier and TypeClassDescriptionfinal classThe natural language message style object.Methods in com.azure.search.documents.knowledgebases.models that return KnowledgeBaseMessageModifier and TypeMethodDescriptionstatic KnowledgeBaseMessageKnowledgeBaseMessage.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of KnowledgeBaseMessage from the JsonReader.Set the role property: The role of the tool response.Methods in com.azure.search.documents.knowledgebases.models that return types with arguments of type KnowledgeBaseMessageModifier and TypeMethodDescriptionKnowledgeBaseRetrievalRequest.getMessages()Get the messages property: A list of chat message style input.KnowledgeBaseRetrievalResponse.getResponse()Get the response property: The response property.Method parameters in com.azure.search.documents.knowledgebases.models with type arguments of type KnowledgeBaseMessageModifier and TypeMethodDescriptionKnowledgeBaseRetrievalRequest.setMessages(List<KnowledgeBaseMessage> messages) Set the messages property: A list of chat message style input.KnowledgeBaseRetrievalResponse.setResponse(List<KnowledgeBaseMessage> response) Set the response property: The response property.