Class: Google::Cloud::Dialogflow::CX::V3::DeleteTransitionRouteGroupRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::DeleteTransitionRouteGroupRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/transition_route_group.rb
Overview
The request message for TransitionRouteGroups.DeleteTransitionRouteGroup.
Instance Attribute Summary collapse
-
#force ⇒ ::Boolean
This field has no effect for transition route group that no page is using.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#force ⇒ ::Boolean
Returns 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 indicating pages that reference the transition route group. - If
force
is set to true, Dialogflow will remove the transition route group, as well as any reference to it.
206 207 208 209 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/transition_route_group.rb', line 206 class DeleteTransitionRouteGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The name of the
TransitionRouteGroup
to delete. Format: projects/<Project ID>/locations/<Location
ID>/agents/<Agent ID>/flows/<Flow ID>/transitionRouteGroups/<Transition
Route Group ID>
or projects/<Project ID>/locations/<Location
ID>/agents/<Agent ID>/transitionRouteGroups/<Transition Route Group ID>
.
206 207 208 209 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/transition_route_group.rb', line 206 class DeleteTransitionRouteGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |