Uses of Class
com.unfbx.chatgpt.entity.chat.BaseMessage.Role
-
Packages that use BaseMessage.Role Package Description com.unfbx.chatgpt.entity.chat -
-
Uses of BaseMessage.Role in com.unfbx.chatgpt.entity.chat
Methods in com.unfbx.chatgpt.entity.chat that return BaseMessage.Role Modifier and Type Method Description static BaseMessage.RoleBaseMessage.Role. valueOf(String name)Returns the enum constant of this type with the specified name.static BaseMessage.Role[]BaseMessage.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 BaseMessage.Role Modifier and Type Method Description Message.BuilderMessage.Builder. role(BaseMessage.Role role)MessagePicture.BuilderMessagePicture.Builder. role(BaseMessage.Role role)
-