Issuer

@Serializable
enum Issuer : Enum<Issuer>

Represents the issuer of a message in AI Assistant communication.

Entries

Link copied to clipboard

Issuer for messages sent by the user in socket communication.

Link copied to clipboard

Issuer for messages from a human participant.

Link copied to clipboard

Issuer for system-generated messages.

Link copied to clipboard

Issuer for AI-generated responses.

Types

Link copied to clipboard
object Companion

Companion object providing utility functions for Issuer.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Functions

Link copied to clipboard

Returns the lowercase string value of this issuer.

Link copied to clipboard
fun valueOf(value: String): Issuer

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.