Class ChatEngineConfig (0.11.11)

ChatEngineConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Configurations for a Chat Engine.

Attributes

NameDescription
agent_creation_config google.cloud.discoveryengine_v1beta.types.Engine.ChatEngineConfig.AgentCreationConfig
The configurationt generate the Dialogflow agent that is associated to this Engine. 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.
dialogflow_agent_to_link str
The resource name of an exist Dialogflow agent to link to this Chat Engine. Customers can either provide agent_creation_config to create agent or provide an agent name that links the agent with the Chat engine. Format: projects/. Note that the dialogflow_agent_to_link 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. Use ChatEngineMetadata.dialogflow_agent for actual agent association after Engine is created.

Classes

AgentCreationConfig

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.