PersonaSpec

interface PersonaSpec

Interface for Persona, when we can't use data class directly (e.g. in some persistence scenarios).

Inheritors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
abstract val name: String
Link copied to clipboard
abstract val objective: String
Link copied to clipboard
abstract val persona: String
Link copied to clipboard
abstract val voice: String

Functions

Link copied to clipboard
open fun contribution(): String