---
title: Getting Started with Datadog
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > Infrastructure > Datadog Resource Catalog
---

# gcp_dialogflow_agent{% #gcp_dialogflow_agent %}

## `ancestors`{% #ancestors %}

**Type**: `UNORDERED_LIST_STRING`

## `api_version`{% #api_version %}

**Type**: `STRING`**Provider name**: `apiVersion`**Description**: 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` - Not specified.
- `API_VERSION_V1` - Legacy V1 API.
- `API_VERSION_V2` - V2 API.
- `API_VERSION_V2_BETA_1` - V2beta1 API.

## `avatar_uri`{% #avatar_uri %}

**Type**: `STRING`**Provider name**: `avatarUri`**Description**: 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`{% #classification_threshold %}

**Type**: `FLOAT`**Provider name**: `classificationThreshold`**Description**: 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.

## `default_language_code`{% #default_language_code %}

**Type**: `STRING`**Provider name**: `defaultLanguageCode`**Description**: 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`{% #description %}

**Type**: `STRING`**Provider name**: `description`**Description**: Optional. The description of this agent. The maximum length is 500 characters. If exceeded, the request is rejected.

## `enable_logging`{% #enable_logging %}

**Type**: `BOOLEAN`**Provider name**: `enableLogging`**Description**: Optional. Determines whether this agent should log conversation queries.

## `gcp_display_name`{% #gcp_display_name %}

**Type**: `STRING`**Provider name**: `displayName`**Description**: Required. The name of this agent.

## `labels`{% #labels %}

**Type**: `UNORDERED_LIST_STRING`

## `match_mode`{% #match_mode %}

**Type**: `STRING`**Provider name**: `matchMode`**Description**: Optional. Determines how intents are detected from user queries.**Possible values**:

- `MATCH_MODE_UNSPECIFIED` - Not specified.
- `MATCH_MODE_HYBRID` - Best for agents with a small number of examples in intents and/or wide use of templates syntax and composite entities.
- `MATCH_MODE_ML_ONLY` - 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`{% #organization_id %}

**Type**: `STRING`

## `parent`{% #parent %}

**Type**: `STRING`

## `project_id`{% #project_id %}

**Type**: `STRING`

## `project_number`{% #project_number %}

**Type**: `STRING`

## `region_id`{% #region_id %}

**Type**: `STRING`

## `resource_name`{% #resource_name %}

**Type**: `STRING`

## `supported_language_codes`{% #supported_language_codes %}

**Type**: `UNORDERED_LIST_STRING`**Provider name**: `supportedLanguageCodes`**Description**: Optional. The list of all languages supported by this agent (except for the `default_language_code`).

## `tags`{% #tags %}

**Type**: `UNORDERED_LIST_STRING`

## `tier`{% #tier %}

**Type**: `STRING`**Provider name**: `tier`**Description**: Optional. The agent tier. If not specified, TIER_STANDARD is assumed.**Possible values**:

- `TIER_UNSPECIFIED` - Not specified. This value should never be used.
- `TIER_STANDARD` - Trial Edition, previously known as Standard Edition.
- `TIER_ENTERPRISE` - Essentials Edition, previously known as Enterprise Essential Edition.
- `TIER_ENTERPRISE_PLUS` - Essentials Edition (same as TIER_ENTERPRISE), previously known as Enterprise Plus Edition.

## `time_zone`{% #time_zone %}

**Type**: `STRING`**Provider name**: `timeZone`**Description**: 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`{% #zone_id %}

**Type**: `STRING`
