df
Dialogflow
AI & MLGCP
General
General information about the service.
Description
Google Dialogflow provides a natural language understanding platform for building conversational interfaces.
Service ID
dialogflow.googleapis.comResource Pattern
projects/{project}/locations/{location}/agents/{agent}References
Chat
Powered by AITalk to this service to learn more about it.
Suggested questions:
Naming
The conventions, rules, and restrictions for naming this service.
Naming Convention
df-{workload}-{environment}Length
1-63
Valid Characters
Lowercase letters, numbers, hyphens
Scope
project
Code
Deploy your infrastructure as code using your preferred tooling.
Official Documentation
terraform
1resource "google_dialogflow_cx_agent" "main" {2 display_name = "df-${var.environment}"3 location = var.region4 default_language_code = "en"5 time_zone = "America/New_York"6}
Utilities
Utilities to support app deployment or configuration.