Uses of Enum Class
com.vaadin.uitest.model.chat.ChatCompletionMessage.Role
Packages that use ChatCompletionMessage.Role
-
Uses of ChatCompletionMessage.Role in com.vaadin.uitest.model.chat
Methods in com.vaadin.uitest.model.chat that return ChatCompletionMessage.RoleModifier and TypeMethodDescriptionstatic ChatCompletionMessage.RoleChatCompletionMessage.Role.fromString(String value) ChatCompletionMessage.getRole()static ChatCompletionMessage.RoleReturns the enum constant of this class with the specified name.static ChatCompletionMessage.Role[]ChatCompletionMessage.Role.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vaadin.uitest.model.chat with parameters of type ChatCompletionMessage.RoleModifier and TypeMethodDescriptionvoidChatCompletionMessage.setRole(ChatCompletionMessage.Role role) Constructors in com.vaadin.uitest.model.chat with parameters of type ChatCompletionMessage.RoleModifierConstructorDescriptionChatCompletionMessage(ChatCompletionMessage.Role role, String content) ChatCompletionMessage(ChatCompletionMessage.Role role, String content, List<Link> links, int index, float score)