Uses of Enum Class
dev.dokimos.core.conversation.Message.Role
Packages that use Message.Role
-
Uses of Message.Role in dev.dokimos.core.conversation
Methods in dev.dokimos.core.conversation that return Message.RoleModifier and TypeMethodDescriptionMessage.role()Returns the value of therolerecord component.static Message.RoleReturns the enum constant of this class with the specified name.static Message.Role[]Message.Role.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.dokimos.core.conversation with parameters of type Message.RoleModifier and TypeMethodDescriptionstatic MessageMessage.of(Message.Role role, String content) Creates a message with just role and content.Constructors in dev.dokimos.core.conversation with parameters of type Message.Role