Class: Google::Cloud::Dialogflow::CX::V3::ListTransitionRouteGroupsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::ListTransitionRouteGroupsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/transition_route_group.rb
Overview
The response message for TransitionRouteGroups.ListTransitionRouteGroups.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
Token to retrieve the next page of results, or empty if there are no more results in the list.
-
#transition_route_groups ⇒ ::Array<::Google::Cloud::Dialogflow::CX::V3::TransitionRouteGroup>
The list of transition route groups.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns Token to retrieve the next page of results, or empty if there are no more results in the list.
94 95 96 97 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/transition_route_group.rb', line 94 class ListTransitionRouteGroupsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#transition_route_groups ⇒ ::Array<::Google::Cloud::Dialogflow::CX::V3::TransitionRouteGroup>
Returns The list of transition route groups. There will be a maximum number of items returned based on the page_size field in the request. The list may in some cases be empty or contain fewer entries than page_size even if this isn't the last page.
94 95 96 97 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/transition_route_group.rb', line 94 class ListTransitionRouteGroupsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |