sourceType property

String? sourceType
getter/setter pair

What created the answer. Possible string values are:

  • "SOURCE_TYPE_UNSPECIFIED" : Source type is unspecified.
  • "SYSTEM_GENERATED" : Answer was system-generated; created during an Insights analysis.
  • "MANUAL_EDIT" : Answer was created by a human via manual edit.

Implementation

core.String? sourceType;