Uses of Enum
uno.anahata.ai.MessageRole
Packages that use MessageRole
Package
Description
Provides the core, high-level classes that orchestrate the AI chat application.
-
Uses of MessageRole in uno.anahata.ai
Subclasses with type arguments of type MessageRole in uno.anahata.aiModifier and TypeClassDescriptionenumA type-safe enum representing the role of the author of aChatMessage.Methods in uno.anahata.ai that return MessageRoleModifier and TypeMethodDescriptionstatic MessageRoleMessageRole.fromString(String value) Parses a string role value into the corresponding enum constant.static MessageRoleReturns the enum constant of this type with the specified name.static MessageRole[]MessageRole.values()Returns an array containing the constants of this enum type, in the order they are declared.
