Class GoogleCloudDiscoveryengineV1alphaEngineChatEngineConfig
Configurations for a Chat Engine.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaEngineChatEngineConfig : IDirectResponseSchema
Properties
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.
Declaration
[JsonProperty("agentCreationConfig")]
public virtual GoogleCloudDiscoveryengineV1alphaEngineChatEngineConfigAgentCreationConfig AgentCreationConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDiscoveryengineV1alphaEngineChatEngineConfigAgentCreationConfig |
AllowCrossRegion
Optional. If the flag set to true, we allow the agent and engine are in different locations, otherwise the
agent and engine are required to be in the same location. The flag is set to false by default. Note that the
allow_cross_region
are one-time consumed by and passed to EngineService.CreateEngine. It means they cannot
be retrieved using EngineService.GetEngine or EngineService.ListEngines API after engine creation.
Declaration
[JsonProperty("allowCrossRegion")]
public virtual bool? AllowCrossRegion { get; set; }
Property Value
Type | Description |
---|---|
bool? |
DialogflowAgentToLink
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//locations//agents/
. 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.
Declaration
[JsonProperty("dialogflowAgentToLink")]
public virtual string DialogflowAgentToLink { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |