Class GoogleCloudDialogflowCxV3KnowledgeConnectorSettings
Inheritance
GoogleCloudDialogflowCxV3KnowledgeConnectorSettings
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3KnowledgeConnectorSettings : IDirectResponseSchema
Properties
DataStoreConnections
Declaration
[JsonProperty("dataStoreConnections")]
public virtual IList<GoogleCloudDialogflowCxV3DataStoreConnection> DataStoreConnections { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Enabled
Declaration
[JsonProperty("enabled")]
public virtual bool? Enabled { get; set; }
Property Value
TargetFlow
Declaration
[JsonProperty("targetFlow")]
public virtual string TargetFlow { get; set; }
Property Value
TargetPage
Declaration
[JsonProperty("targetPage")]
public virtual string TargetPage { get; set; }
Property Value
TriggerFulfillment
Declaration
[JsonProperty("triggerFulfillment")]
public virtual GoogleCloudDialogflowCxV3Fulfillment TriggerFulfillment { get; set; }
Property Value
Implements