Class: Google::Cloud::Dialogflow::CX::V3::KnowledgeConnectorSettings
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::KnowledgeConnectorSettings
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/page.rb
Overview
The Knowledge Connector settings for this page or flow. This includes information such as the attached Knowledge Bases, and the way to execute fulfillment.
Instance Attribute Summary collapse
-
#data_store_connections ⇒ ::Array<::Google::Cloud::Dialogflow::CX::V3::DataStoreConnection>
Optional.
-
#enabled ⇒ ::Boolean
Whether Knowledge Connector is enabled or not.
-
#target_flow ⇒ ::String
The target flow to transition to.
-
#target_page ⇒ ::String
The target page to transition to.
-
#trigger_fulfillment ⇒ ::Google::Cloud::Dialogflow::CX::V3::Fulfillment
The fulfillment to be triggered.
Instance Attribute Details
#data_store_connections ⇒ ::Array<::Google::Cloud::Dialogflow::CX::V3::DataStoreConnection>
Returns Optional. List of related data store connections.
551 552 553 554 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/page.rb', line 551 class KnowledgeConnectorSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#enabled ⇒ ::Boolean
Returns Whether Knowledge Connector is enabled or not.
551 552 553 554 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/page.rb', line 551 class KnowledgeConnectorSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#target_flow ⇒ ::String
Returns The target flow to transition to.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>
.
551 552 553 554 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/page.rb', line 551 class KnowledgeConnectorSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#target_page ⇒ ::String
Returns The target page to transition to.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/pages/<PageID>
.
551 552 553 554 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/page.rb', line 551 class KnowledgeConnectorSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#trigger_fulfillment ⇒ ::Google::Cloud::Dialogflow::CX::V3::Fulfillment
Returns 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.
551 552 553 554 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/page.rb', line 551 class KnowledgeConnectorSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |