Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::SuggestionQueryConfig::DocumentQuerySource.
Document source settings.
Supported features: SMART_REPLY, SMART_COMPOSE.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#documents
def documents() -> ::Array<::String>
Returns
-
(::Array<::String>) — 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.
#documents=
def documents=(value) -> ::Array<::String>
Parameter
-
value (::Array<::String>) — 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.
Returns
-
(::Array<::String>) — 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.