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.
204 205 206 207 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/transition_route_group.rb', line 204 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/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/transitionRouteGroups/<TransitionRouteGroupID>
or
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/transitionRouteGroups/<TransitionRouteGroupID>
.
204 205 206 207 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/transition_route_group.rb', line 204 class DeleteTransitionRouteGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |