Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ListTransitionRouteGroupsResponse
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ListTransitionRouteGroupsResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v3/classes.rb,
lib/google/apis/dialogflow_v3/representations.rb,
lib/google/apis/dialogflow_v3/representations.rb
Instance Attribute Summary collapse
-
#next_page_token ⇒ String
Corresponds to the JSON property
nextPageToken. -
#transition_route_groups ⇒ Array<Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3TransitionRouteGroup>
Corresponds to the JSON property
transitionRouteGroups.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3ListTransitionRouteGroupsResponse
constructor
A new instance of GoogleCloudDialogflowCxV3ListTransitionRouteGroupsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3ListTransitionRouteGroupsResponse
Returns a new instance of GoogleCloudDialogflowCxV3ListTransitionRouteGroupsResponse.
5209 5210 5211 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 5209 def initialize(**args) update!(**args) end |
Instance Attribute Details
#next_page_token ⇒ String
Corresponds to the JSON property nextPageToken
5202 5203 5204 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 5202 def next_page_token @next_page_token end |
#transition_route_groups ⇒ Array<Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3TransitionRouteGroup>
Corresponds to the JSON property transitionRouteGroups
5207 5208 5209 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 5207 def transition_route_groups @transition_route_groups end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5214 5215 5216 5217 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 5214 def update!(**args) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) @transition_route_groups = args[:transition_route_groups] if args.key?(:transition_route_groups) end |