Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ListTransitionRouteGroupsResponse
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ListTransitionRouteGroupsResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v3beta1/classes.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb
Instance Attribute Summary collapse
-
#next_page_token ⇒ String
Corresponds to the JSON property
nextPageToken. -
#transition_route_groups ⇒ Array<Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1TransitionRouteGroup>
Corresponds to the JSON property
transitionRouteGroups.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1ListTransitionRouteGroupsResponse
constructor
A new instance of GoogleCloudDialogflowCxV3beta1ListTransitionRouteGroupsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1ListTransitionRouteGroupsResponse
Returns a new instance of GoogleCloudDialogflowCxV3beta1ListTransitionRouteGroupsResponse.
9437 9438 9439 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 9437 def initialize(**args) update!(**args) end |
Instance Attribute Details
#next_page_token ⇒ String
Corresponds to the JSON property nextPageToken
9430 9431 9432 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 9430 def next_page_token @next_page_token end |
#transition_route_groups ⇒ Array<Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1TransitionRouteGroup>
Corresponds to the JSON property transitionRouteGroups
9435 9436 9437 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 9435 def transition_route_groups @transition_route_groups end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9442 9443 9444 9445 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 9442 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 |