persona property

String? persona
getter/setter pair

The persona of the channel.

Optional. Possible string values are:

  • "UNKNOWN" : UNKNOWN persona.
  • "CONCISE" : The agent keeps the responses concise and to the point
  • "CHATTY" : The agent provides additional context, explanations, and details

Implementation

core.String? persona;