userDefined property

bool? userDefined
getter/setter pair

Indicates whether the text was manually annotated.

This field is set to true when the Dialogflow Console is used to manually annotate the part. When creating an annotated part with the API, you must set this to true.

Optional.

Implementation

core.bool? userDefined;