Class KnowledgeConnectorSettings (1.33.0)

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

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

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
enabled bool
Whether Knowledge Connector is enabled or not.
trigger_fulfillment google.cloud.dialogflowcx_v3beta1.types.Fulfillment
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.
target_page str
The target page to transition to. Format: projects/. This field is a member of oneof_ target.
target_flow str
The target flow to transition to. Format: projects/. This field is a member of oneof_ target.
data_store_connections MutableSequence[google.cloud.dialogflowcx_v3beta1.types.DataStoreConnection]
Optional. List of related data store connections.