Class: Google::Cloud::Dialogflow::CX::V3::ListTransitionRouteGroupsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/cx/v3/transition_route_group.rb

Overview

Instance Attribute Summary collapse

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.

Returns:

  • (::String)

    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.

Returns:

  • (::Array<::Google::Cloud::Dialogflow::CX::V3::TransitionRouteGroup>)

    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