| _key | core | string | |
| ancestors | core | array<string> | |
| api_version | core | string | Optional. API version displayed in Dialogflow console. If not specified, V2 API is assumed. Clients are free to query different service endpoints for different API versions. However, bots connectors and webhook calls will follow the specified API version. Possible values: ['API_VERSION_UNSPECIFIED', 'API_VERSION_V1', 'API_VERSION_V2', 'API_VERSION_V2_BETA_1']. Values descriptions: ['Not specified.', 'Legacy V1 API.', 'V2 API.', 'V2beta1 API.'] |
| avatar_uri | core | string | Optional. The URI of the agent's avatar. Avatars are used throughout the Dialogflow console and in the self-hosted [Web Demo](https://cloud.google.com/dialogflow/docs/integrations/web-demo) integration. |
| classification_threshold | core | float64 | Optional. To filter out false positive results and still get variety in matched natural language inputs for your agent, you can tune the machine learning classification threshold. If the returned score value is less than the threshold value, then a fallback intent will be triggered or, if there are no fallback intents defined, no intent will be triggered. The score values range from 0.0 (completely uncertain) to 1.0 (completely certain). If set to 0.0, the default of 0.3 is used. |
| datadog_display_name | core | string | |
| default_language_code | core | string | Required. The default language of the agent as a language tag. See [Language Support](https://cloud.google.com/dialogflow/docs/reference/language) for a list of the currently supported language codes. This field cannot be set by the `Update` method. |
| description | core | string | Optional. The description of this agent. The maximum length is 500 characters. If exceeded, the request is rejected. |
| enable_logging | core | bool | Optional. Determines whether this agent should log conversation queries. |
| gcp_display_name | core | string | Required. The name of this agent. |
| labels | core | array<string> | |
| match_mode | core | string | Optional. Determines how intents are detected from user queries. Possible values: ['MATCH_MODE_UNSPECIFIED', 'MATCH_MODE_HYBRID', 'MATCH_MODE_ML_ONLY']. Values descriptions: ['Not specified.', 'Best for agents with a small number of examples in intents and/or wide use of templates syntax and composite entities.', 'Can be used for agents with a large number of examples in intents, especially the ones using @sys.any or very large custom entities.'] |
| organization_id | core | string | |
| parent | core | string | |
| project_id | core | string | |
| project_number | core | string | |
| region_id | core | string | |
| resource_name | core | string | |
| supported_language_codes | core | array<string> | Optional. The list of all languages supported by this agent (except for the `default_language_code`). |
| tags | core | hstore_csv | |
| tier | core | string | Optional. The agent tier. If not specified, TIER_STANDARD is assumed. Possible values: ['TIER_UNSPECIFIED', 'TIER_STANDARD', 'TIER_ENTERPRISE', 'TIER_ENTERPRISE_PLUS']. Values descriptions: ['Not specified. This value should never be used.', 'Trial Edition, previously known as Standard Edition.', 'Essentials Edition, previously known as Enterprise Essential Edition.', 'Essentials Edition (same as TIER_ENTERPRISE), previously known as Enterprise Plus Edition.'] |
| time_zone | core | string | Required. The time zone of this agent from the [time zone database](https://www.iana.org/time-zones), e.g., America/New_York, Europe/Paris. |
| zone_id | core | string | |