Class GoogleCloudDialogflowCxV3beta1GenerativeSettingsKnowledgeConnectorSettings
Inheritance
GoogleCloudDialogflowCxV3beta1GenerativeSettingsKnowledgeConnectorSettings
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1GenerativeSettingsKnowledgeConnectorSettings : IDirectResponseSchema
Properties
Agent
Declaration
[JsonProperty("agent")]
public virtual string Agent { get; set; }
Property Value
AgentIdentity
Declaration
[JsonProperty("agentIdentity")]
public virtual string AgentIdentity { get; set; }
Property Value
AgentScope
Declaration
[JsonProperty("agentScope")]
public virtual string AgentScope { get; set; }
Property Value
Business
Declaration
[JsonProperty("business")]
public virtual string Business { get; set; }
Property Value
BusinessDescription
Declaration
[JsonProperty("businessDescription")]
public virtual string BusinessDescription { get; set; }
Property Value
DisableDataStoreFallback
Declaration
[JsonProperty("disableDataStoreFallback")]
public virtual bool? DisableDataStoreFallback { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Implements