Class: Google::Cloud::Dialogflow::CX::V3::ListFlowsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::ListFlowsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/flow.rb
Overview
The response message for Flows.ListFlows.
Instance Attribute Summary collapse
-
#flows ⇒ ::Array<::Google::Cloud::Dialogflow::CX::V3::Flow>
The list of flows.
-
#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
#flows ⇒ ::Array<::Google::Cloud::Dialogflow::CX::V3::Flow>
Returns The list of flows. There will be a maximum number of items returned based on the page_size field in the request.
284 285 286 287 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/flow.rb', line 284 class ListFlowsResponse 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.
284 285 286 287 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/flow.rb', line 284 class ListFlowsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |