Uses of Enum Class
com.vaadin.uitest.model.chat.ChatCompletionMessageIn.Role
Packages that use ChatCompletionMessageIn.Role
-
Uses of ChatCompletionMessageIn.Role in com.vaadin.uitest.model.chat
Methods in com.vaadin.uitest.model.chat that return ChatCompletionMessageIn.RoleModifier and TypeMethodDescriptionstatic ChatCompletionMessageIn.RoleChatCompletionMessageIn.Role.fromString(String value) ChatCompletionMessageIn.getRole()static ChatCompletionMessageIn.RoleReturns the enum constant of this class with the specified name.static ChatCompletionMessageIn.Role[]ChatCompletionMessageIn.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 ChatCompletionMessageIn.RoleModifier and TypeMethodDescriptionvoidChatCompletionMessageIn.setRole(ChatCompletionMessageIn.Role role) Constructors in com.vaadin.uitest.model.chat with parameters of type ChatCompletionMessageIn.RoleModifierConstructorDescriptionChatCompletionMessageIn(ChatCompletionMessageIn.Role role, String content)