Properties of an Intent.
Properties:
| Name | Type | Attributes | Description | 
|---|---|---|---|
| name | string | null | <optional> | Intent name | 
| displayName | string | null | <optional> | Intent displayName | 
| trainingPhrases | Array.<google.cloud.dialogflow.cx.v3beta1.Intent.ITrainingPhrase> | null | <optional> | Intent trainingPhrases | 
| parameters | Array.<google.cloud.dialogflow.cx.v3beta1.Intent.IParameter> | null | <optional> | Intent parameters | 
| priority | number | null | <optional> | Intent priority | 
| isFallback | boolean | null | <optional> | Intent isFallback | 
| labels | Object.<string, string> | null | <optional> | Intent labels | 
| description | string | null | <optional> | Intent description |