Dialogflow Agent

This table represents the dialogflow_agent resource from Google Cloud Platform.

gcp.dialogflow_agent

Fields

TitleIDTypeData TypeDescription
_keycorestring
advanced_settingscorejsonHierarchical advanced settings for this agent. The settings exposed at the lower level overrides the settings exposed at the higher level.
ancestorscorearray<string>
answer_feedback_settingscorejsonOptional. Answer feedback collection settings.
avatar_uricorestringThe 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.
client_certificate_settingscorejsonOptional. Settings for custom client certificates.
datadog_display_namecorestring
default_language_codecorestringRequired. Immutable. The default language of the agent as a language tag. See [Language Support](https://cloud.google.com/dialogflow/cx/docs/reference/language) for a list of the currently supported language codes. This field cannot be set by the Agents.UpdateAgent method.
descriptioncorestringThe description of the agent. The maximum length is 500 characters. If exceeded, the request is rejected.
enable_multi_language_trainingcoreboolOptional. Enable training multi-lingual models for this agent. These models will be trained on all the languages supported by the agent.
enable_spell_correctioncoreboolIndicates if automatic spell correction is enabled in detect intent requests.
enable_stackdriver_loggingcoreboolIndicates if stackdriver logging is enabled for the agent. Please use agent.advanced_settings instead.
gcp_display_namecorestringRequired. The human-readable name of the agent, unique within the location.
gen_app_builder_settingscorejsonGen App Builder-related agent-level settings.
git_integration_settingscorejsonGit integration settings for this agent.
labelscorearray<string>
lockedcoreboolIndicates whether the agent is locked for changes. If the agent is locked, modifications to the agent will be rejected except for RestoreAgent.
namecorestringThe unique identifier of the agent. Required for the Agents.UpdateAgent method. Agents.CreateAgent populates the name automatically. Format: `projects//locations//agents/`.
organization_idcorestring
parentcorestring
personalization_settingscorejsonOptional. Settings for end user personalization.
project_idcorestring
project_numbercorestring
resource_namecorestring
satisfies_pzicoreboolOptional. Output only. A read only boolean field reflecting Zone Isolation status of the agent.
satisfies_pzscoreboolOptional. Output only. A read only boolean field reflecting Zone Separation status of the agent.
security_settingscorestringName of the SecuritySettings reference for the agent. Format: `projects//locations//securitySettings/`.
speech_to_text_settingscorejsonSpeech recognition related settings.
start_flowcorestringName of the start flow in this agent. A start flow will be automatically created when the agent is created, and can only be deleted by deleting the agent. Format: `projects//locations//agents//flows/`. Currently only the default start flow with id "00000000-0000-0000-0000-000000000000" is allowed.
start_playbookcorestringName of the start playbook in this agent. A start playbook will be automatically created when the agent is created, and can only be deleted by deleting the agent. Format: `projects//locations//agents//playbooks/`. Currently only the default playbook with id "00000000-0000-0000-0000-000000000000" is allowed.
supported_language_codescorearray<string>The list of all languages supported by the agent (except for the `default_language_code`).
tagscorehstore
text_to_speech_settingscorejsonSettings on instructing the speech synthesizer on how to generate the output audio content.
time_zonecorestringRequired. The time zone of the agent from the [time zone database](https://www.iana.org/time-zones), e.g., America/New_York, Europe/Paris.