Class: Google::Cloud::Dialogflow::V2::ListConversationDatasetsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::ListConversationDatasetsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/conversation_dataset.rb
Overview
The response message for ConversationDatasets.ListConversationDatasets.
Instance Attribute Summary collapse
-
#conversation_datasets ⇒ ::Array<::Google::Cloud::Dialogflow::V2::ConversationDataset>
The list of datasets to return.
-
#next_page_token ⇒ ::String
The token to use to retrieve the next page of results, or empty if there are no more results in the list.
Instance Attribute Details
#conversation_datasets ⇒ ::Array<::Google::Cloud::Dialogflow::V2::ConversationDataset>
Returns The list of datasets to return.
141 142 143 144 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_dataset.rb', line 141 class ListConversationDatasetsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns The token to use to retrieve the next page of results, or empty if there are no more results in the list.
141 142 143 144 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_dataset.rb', line 141 class ListConversationDatasetsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |