modelType property
Indicates the type of NLU model. Possible string values are:
- "MODEL_TYPE_UNSPECIFIED" : Not specified.
MODEL_TYPE_STANDARD
will be used. - "MODEL_TYPE_STANDARD" : Use standard NLU model.
- "MODEL_TYPE_ADVANCED" : Use advanced NLU model.
Implementation
core.String? modelType;