AgentCreationConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Configurations for generating a Dialogflow agent.
Note that these configurations are one-time consumed by and passed to Dialogflow service. It means they cannot be retrieved using EngineService.GetEngine or EngineService.ListEngines API after engine creation.
Attributes |
|
---|---|
Name | Description |
business |
str
Name of the company, organization or other entity that the agent represents. Used for knowledge connector LLM prompt and for knowledge search. |
default_language_code |
str
Required. The default language of the agent as a language tag. See `Language Support |
time_zone |
str
Required. The time zone of the agent from the `time zone database |
location |
str
Agent location for Agent creation, supported values: global/us/eu. If not provided, us Engine will create Agent using us-central-1 by default; eu Engine will create Agent using eu-west-1 by default. |