vac

Vertex AI Conversation

AI & MLGCP
General

General information about the service.

Description

Vertex AI Conversation enables building conversational AI experiences powered by large language models. Create chatbots and virtual agents grounded in your enterprise data.

Service ID

dialogflow.googleapis.com

Resource Pattern

projects/{project}/locations/{location}/agents/{agent}

Chat

Powered by AI

Talk to this service to learn more about it.

Suggested questions:

Naming

The conventions, rules, and restrictions for naming this service.

Naming Convention

vac-{workload}-{env}

Length

4-63

Valid Characters

Lowercase letters, numbers, hyphens

Scope

global

Code

Deploy your infrastructure as code using your preferred tooling.

Official DocumentationTerraform
terraform
1resource "google_dialogflow_cx_agent" "main" {
2 display_name = "vac-${var.workload}-${var.environment}"
3 location = var.region
4 default_language_code = "en"
5 time_zone = "America/New_York"
6}
Utilities

Utilities to support app deployment or configuration.