lib/google/cloud/dialogflow/cx/v3/transition_route_groups/client.rb in google-cloud-dialogflow-cx-v3-0.19.0 vs lib/google/cloud/dialogflow/cx/v3/transition_route_groups/client.rb in google-cloud-dialogflow-cx-v3-0.20.0
- old
+ new
@@ -184,11 +184,12 @@
# the default parameter values, pass an empty Hash as a request object (see above).
#
# @param parent [::String]
# Required. The flow to list all transition route groups for.
# Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent
- # ID>/flows/<Flow ID>`.
+ # ID>/flows/<Flow ID>`
+ # or `projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>.
# @param page_size [::Integer]
# The maximum number of items to return in a single page. By default 100 and
# at most 1000.
# @param page_token [::String]
# The next_page_token value returned from a previous list request.
@@ -297,11 +298,13 @@
#
# @param name [::String]
# Required. The name of the
# {::Google::Cloud::Dialogflow::CX::V3::TransitionRouteGroup TransitionRouteGroup}.
# Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent
- # ID>/flows/<Flow ID>/transitionRouteGroups/<Transition Route Group ID>`.
+ # ID>/flows/<Flow ID>/transitionRouteGroups/<Transition Route Group ID>`
+ # or `projects/<Project ID>/locations/<Location ID>/agents/<Agent
+ # ID>/transitionRouteGroups/<Transition Route Group ID>`.
# @param language_code [::String]
# The language to retrieve the transition route group for. The following
# fields are language dependent:
#
# * `TransitionRouteGroup.transition_routes.trigger_fulfillment.messages`
@@ -404,11 +407,13 @@
#
# @param parent [::String]
# Required. The flow to create an
# {::Google::Cloud::Dialogflow::CX::V3::TransitionRouteGroup TransitionRouteGroup}
# for. Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent
- # ID>/flows/<Flow ID>`.
+ # ID>/flows/<Flow ID>`
+ # or `projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>`
+ # for agent-level groups.
# @param transition_route_group [::Google::Cloud::Dialogflow::CX::V3::TransitionRouteGroup, ::Hash]
# Required. The transition route group to create.
# @param language_code [::String]
# The language of the following fields in `TransitionRouteGroup`:
#
@@ -616,10 +621,11 @@
# @param name [::String]
# Required. The name of the
# {::Google::Cloud::Dialogflow::CX::V3::TransitionRouteGroup TransitionRouteGroup}
# to delete. Format: `projects/<Project ID>/locations/<Location
# ID>/agents/<Agent ID>/flows/<Flow ID>/transitionRouteGroups/<Transition
- # Route Group ID>`.
+ # Route Group ID>` or `projects/<Project ID>/locations/<Location
+ # ID>/agents/<Agent ID>/transitionRouteGroups/<Transition Route Group ID>`.
# @param force [::Boolean]
# This field has no effect for transition route group that no page is using.
# If the transition route group is referenced by any page:
#
# * If `force` is set to false, an error will be returned with message