managedTopicEnum property

String? managedTopicEnum
getter/setter pair

Represents the managed topic.

Required. Possible string values are:

  • "MANAGED_TOPIC_ENUM_UNSPECIFIED" : Represents an unspecified topic. This value should not be used.
  • "USER_PERSONAL_INFO" : Represents significant personal information about the User like first names, relationships, hobbies, important dates.
  • "USER_PREFERENCES" : Represents stated or implied likes, dislikes, preferred styles, or patterns.
  • "KEY_CONVERSATION_DETAILS" : Represents important milestones or conclusions within the dialogue.
  • "EXPLICIT_INSTRUCTIONS" : Represents information that the user explicitly requested to remember or forget.

Implementation

core.String? managedTopicEnum;