Class: Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::SuggestionQueryConfig::DocumentQuerySource
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::SuggestionQueryConfig::DocumentQuerySource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb
Overview
Document source settings.
Supported features: SMART_REPLY, SMART_COMPOSE.
Instance Attribute Summary collapse
-
#documents ⇒ ::Array<::String>
Required.
Instance Attribute Details
#documents ⇒ ::Array<::String>
Returns Required. Knowledge documents to query from. Format:
projects/<Project ID>/locations/<Location
ID>/knowledgeBases/<KnowledgeBase ID>/documents/<Document ID>
.
Currently, at most 5 documents are supported.
400 401 402 403 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb', line 400 class DocumentQuerySource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |