Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::ListDocumentsResponse.
Response message for Documents.ListDocuments.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#documents
def documents() -> ::Array<::Google::Cloud::Dialogflow::V2::Document>
Returns
- (::Array<::Google::Cloud::Dialogflow::V2::Document>) — The list of documents.
#documents=
def documents=(value) -> ::Array<::Google::Cloud::Dialogflow::V2::Document>
Parameter
- value (::Array<::Google::Cloud::Dialogflow::V2::Document>) — The list of documents.
Returns
- (::Array<::Google::Cloud::Dialogflow::V2::Document>) — The list of documents.
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — Token to retrieve the next page of results, or empty if there are no more results in the list.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — 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.