Class: Google::Cloud::Dialogflow::V2::ListDocumentsResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#documents::Array<::Google::Cloud::Dialogflow::V2::Document>

Returns The list of documents.

Returns:



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.

Returns:

  • (::String)

    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