Class: Google::Cloud::Dialogflow::V2::ListDocumentsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::ListDocumentsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/document.rb
Overview
Response message for Documents.ListDocuments.
Instance Attribute Summary collapse
-
#documents ⇒ ::Array<::Google::Cloud::Dialogflow::V2::Document>
The list of documents.
-
#next_page_token ⇒ ::String
Token to retrieve the next page of results, or empty if there are no more results in the list.
Instance Attribute Details
#documents ⇒ ::Array<::Google::Cloud::Dialogflow::V2::Document>
Returns The list of documents.
233 234 235 236 |
# File 'proto_docs/google/cloud/dialogflow/v2/document.rb', line 233 class ListDocumentsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns Token to retrieve the next page of results, or empty if there are no more results in the list.
233 234 235 236 |
# File 'proto_docs/google/cloud/dialogflow/v2/document.rb', line 233 class ListDocumentsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |