Class: Google::Cloud::Dialogflow::CX::V3::DeleteTransitionRouteGroupRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/cx/v3/transition_route_group.rb

Overview

Instance Attribute Summary collapse

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.

Returns:

  • (::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 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>.

Returns:

  • (::String)

    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