Uses of Class
com.unfbx.chatgpt.entity.chat.Message.Role
-
Packages that use Message.Role Package Description com.unfbx.chatgpt.entity.chat -
-
Uses of Message.Role in com.unfbx.chatgpt.entity.chat
Methods in com.unfbx.chatgpt.entity.chat that return Message.Role Modifier and Type Method Description static Message.RoleMessage.Role. valueOf(String name)Returns the enum constant of this type with the specified name.static Message.Role[]Message.Role. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.unfbx.chatgpt.entity.chat with parameters of type Message.Role Modifier and Type Method Description Message.BuilderMessage.Builder. role(Message.Role role)
-