Uses of Class
com.azure.ai.openai.models.ChatResponseMessage
Packages that use ChatResponseMessage
-
Uses of ChatResponseMessage in com.azure.ai.openai.models
Methods in com.azure.ai.openai.models that return ChatResponseMessageModifier and TypeMethodDescriptionstatic ChatResponseMessageChatResponseMessage.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ChatResponseMessage from the JsonReader.ChatChoice.getDelta()Get the delta property: The delta message content for a streaming response.ChatChoice.getMessage()Get the message property: The chat message for a given chat completions prompt.