lib/google/cloud/dialogflow/cx/v3/transition_route_groups/client.rb in google-cloud-dialogflow-cx-v3-0.12.0 vs lib/google/cloud/dialogflow/cx/v3/transition_route_groups/client.rb in google-cloud-dialogflow-cx-v3-0.13.0
- old
+ new
@@ -225,16 +225,14 @@
# request = Google::Cloud::Dialogflow::CX::V3::ListTransitionRouteGroupsRequest.new
#
# # Call the list_transition_route_groups method.
# result = client.list_transition_route_groups request
#
- # # The returned object is of type Gapic::PagedEnumerable. You can
- # # iterate over all elements by calling #each, and the enumerable
- # # will lazily make API calls to fetch subsequent pages. Other
- # # methods are also available for managing paging directly.
- # result.each do |response|
+ # # The returned object is of type Gapic::PagedEnumerable. You can iterate
+ # # over elements, and API calls will be issued to fetch pages as needed.
+ # result.each do |item|
# # Each element is of type ::Google::Cloud::Dialogflow::CX::V3::TransitionRouteGroup.
- # p response
+ # p item
# end
#
def list_transition_route_groups request, options = nil
raise ::ArgumentError, "request must be provided" if request.nil?