Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::Tool::DataStoreTool.
A DataStoreTool is a way to provide specifications needed to search a list of data stores.
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>
Returns
- (::Array<::Google::Cloud::Dialogflow::CX::V3::DataStoreConnection>) — Required. List of data stores to search.
#data_store_connections=
def data_store_connections=(value) -> ::Array<::Google::Cloud::Dialogflow::CX::V3::DataStoreConnection>
Parameter
- value (::Array<::Google::Cloud::Dialogflow::CX::V3::DataStoreConnection>) — Required. List of data stores to search.
Returns
- (::Array<::Google::Cloud::Dialogflow::CX::V3::DataStoreConnection>) — Required. List of data stores to search.
#fallback_prompt
def fallback_prompt() -> ::Google::Cloud::Dialogflow::CX::V3::Tool::DataStoreTool::FallbackPrompt
Returns
- (::Google::Cloud::Dialogflow::CX::V3::Tool::DataStoreTool::FallbackPrompt) — Required. Fallback prompt configurations to use.
#fallback_prompt=
def fallback_prompt=(value) -> ::Google::Cloud::Dialogflow::CX::V3::Tool::DataStoreTool::FallbackPrompt
Parameter
- value (::Google::Cloud::Dialogflow::CX::V3::Tool::DataStoreTool::FallbackPrompt) — Required. Fallback prompt configurations to use.
Returns
- (::Google::Cloud::Dialogflow::CX::V3::Tool::DataStoreTool::FallbackPrompt) — Required. Fallback prompt configurations to use.