Uses of Class
com.oracle.bmc.generativeaiinference.model.Message
-
Packages that use Message Package Description com.oracle.bmc.generativeaiinference.model -
-
Uses of Message in com.oracle.bmc.generativeaiinference.model
Subclasses of Message in com.oracle.bmc.generativeaiinference.model Modifier and Type Class Description class
AssistantMessage
Represents a single instance of assistant message.class
SystemMessage
Represents a single instance of system message.class
ToolMessage
Represents a single instance of tool message.class
UserMessage
Represents a single instance of user message.Methods in com.oracle.bmc.generativeaiinference.model that return Message Modifier and Type Method Description Message
ChatChoice. getMessage()
Methods in com.oracle.bmc.generativeaiinference.model that return types with arguments of type Message Modifier and Type Method Description List<Message>
GenericChatRequest. getMessages()
The series of messages in a chat request.Methods in com.oracle.bmc.generativeaiinference.model with parameters of type Message Modifier and Type Method Description ChatChoice.Builder
ChatChoice.Builder. message(Message message)
Method parameters in com.oracle.bmc.generativeaiinference.model with type arguments of type Message Modifier and Type Method Description GenericChatRequest.Builder
GenericChatRequest.Builder. messages(List<Message> messages)
The series of messages in a chat request.Constructors in com.oracle.bmc.generativeaiinference.model with parameters of type Message Constructor Description ChatChoice(Integer index, Message message, String finishReason, Logprobs logprobs)
Deprecated.Constructor parameters in com.oracle.bmc.generativeaiinference.model with type arguments of type Message Constructor Description GenericChatRequest(List<Message> messages, Boolean isStream, Integer numGenerations, Integer seed, Boolean isEcho, Integer topK, Double topP, Double temperature, Double frequencyPenalty, Double presencePenalty, List<String> stop, Integer logProbs, Integer maxTokens, Object logitBias, ToolChoice toolChoice, List<ToolDefinition> tools)
Deprecated.
-