Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::KnowledgeConnectorSettings.
The Knowledge Connector settings for this page or flow. This includes information such as the attached Knowledge Bases, and the way to execute fulfillment.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#data_store_connections
def data_store_connections() -> ::Array<::Google::Cloud::Dialogflow::CX::V3::DataStoreConnection>
- (::Array<::Google::Cloud::Dialogflow::CX::V3::DataStoreConnection>) — Optional. List of related data store connections.
#data_store_connections=
def data_store_connections=(value) -> ::Array<::Google::Cloud::Dialogflow::CX::V3::DataStoreConnection>
- value (::Array<::Google::Cloud::Dialogflow::CX::V3::DataStoreConnection>) — Optional. List of related data store connections.
- (::Array<::Google::Cloud::Dialogflow::CX::V3::DataStoreConnection>) — Optional. List of related data store connections.
#enabled
def enabled() -> ::Boolean
- (::Boolean) — Whether Knowledge Connector is enabled or not.
#enabled=
def enabled=(value) -> ::Boolean
- value (::Boolean) — Whether Knowledge Connector is enabled or not.
- (::Boolean) — Whether Knowledge Connector is enabled or not.
#target_flow
def target_flow() -> ::String
-
(::String) — The target flow to transition to.
Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>
.
#target_flow=
def target_flow=(value) -> ::String
-
value (::String) — The target flow to transition to.
Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>
.
-
(::String) — The target flow to transition to.
Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>
.
#target_page
def target_page() -> ::String
-
(::String) — The target page to transition to.
Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>/pages/<Page ID>
.
#target_page=
def target_page=(value) -> ::String
-
value (::String) — The target page to transition to.
Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>/pages/<Page ID>
.
-
(::String) — The target page to transition to.
Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>/pages/<Page ID>
.
#trigger_fulfillment
def trigger_fulfillment() -> ::Google::Cloud::Dialogflow::CX::V3::Fulfillment
-
(::Google::Cloud::Dialogflow::CX::V3::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.
#trigger_fulfillment=
def trigger_fulfillment=(value) -> ::Google::Cloud::Dialogflow::CX::V3::Fulfillment
-
value (::Google::Cloud::Dialogflow::CX::V3::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.
-
(::Google::Cloud::Dialogflow::CX::V3::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.