Show / Hide Table of Contents

Class GoogleCloudDialogflowCxV3KnowledgeConnectorSettings

The Knowledge Connector settings for this page or flow. This includes information such as the attached Knowledge Bases, and the way to execute fulfillment.

Inheritance
object
GoogleCloudDialogflowCxV3KnowledgeConnectorSettings
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dialogflow.v3beta1.Data
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3KnowledgeConnectorSettings : IDirectResponseSchema

Properties

DataStoreConnections

Optional. List of related data store connections.

Declaration
[JsonProperty("dataStoreConnections")]
public virtual IList<GoogleCloudDialogflowCxV3DataStoreConnection> DataStoreConnections { get; set; }
Property Value
Type Description
IList<GoogleCloudDialogflowCxV3DataStoreConnection>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Enabled

Whether Knowledge Connector is enabled or not.

Declaration
[JsonProperty("enabled")]
public virtual bool? Enabled { get; set; }
Property Value
Type Description
bool?

TargetFlow

The target flow to transition to. Format: projects//locations//agents//flows/.

Declaration
[JsonProperty("targetFlow")]
public virtual string TargetFlow { get; set; }
Property Value
Type Description
string

TargetPage

The target page to transition to. Format: projects//locations//agents//flows//pages/.

Declaration
[JsonProperty("targetPage")]
public virtual string TargetPage { get; set; }
Property Value
Type Description
string

TriggerFulfillment

The fulfillment to be triggered. When the answers from the Knowledge Connector are selected by Dialogflow, you can utitlize the request scoped parameter $request.knowledge.answers (contains up to the 5 highest confidence answers) and $request.knowledge.questions (contains the corresponding questions) to construct the fulfillment.

Declaration
[JsonProperty("triggerFulfillment")]
public virtual GoogleCloudDialogflowCxV3Fulfillment TriggerFulfillment { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3Fulfillment

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX