This product is not supported for your selected Datadog site. ().

gcp_dialogflow_agent

ancestors

Type: UNORDERED_LIST_STRING

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

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 integration.

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

Type: STRING
Provider name: defaultLanguageCode
Description: Required. The default language of the agent as a language tag. See Language Support for a list of the currently supported language codes. This field cannot be set by the Update method.

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

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

gcp_display_name

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

labels

Type: UNORDERED_LIST_STRING

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

Type: STRING

parent

Type: STRING

project_id

Type: STRING

project_number

Type: STRING

region_id

Type: STRING

resource_name

Type: STRING

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

Type: UNORDERED_LIST_STRING

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

Type: STRING
Provider name: timeZone
Description: Required. The time zone of this agent from the time zone database, e.g., America/New_York, Europe/Paris.

zone_id

Type: STRING