Class DeleteTransitionRouteGroupRequest (1.11.0)

public sealed class DeleteTransitionRouteGroupRequest : IMessage<DeleteTransitionRouteGroupRequest>, IEquatable<DeleteTransitionRouteGroupRequest>, IDeepCloneable<DeleteTransitionRouteGroupRequest>, IBufferMessage, IMessage

The request message for [TransitionRouteGroups.DeleteTransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroups.DeleteTransitionRouteGroup].

Inheritance

Object > DeleteTransitionRouteGroupRequest

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

DeleteTransitionRouteGroupRequest()

public DeleteTransitionRouteGroupRequest()

DeleteTransitionRouteGroupRequest(DeleteTransitionRouteGroupRequest)

public DeleteTransitionRouteGroupRequest(DeleteTransitionRouteGroupRequest other)
Parameter
Name Description
other DeleteTransitionRouteGroupRequest

Properties

Force

public bool Force { get; set; }

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.
Property Value
Type Description
Boolean

Name

public string Name { get; set; }

Required. The name of the [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup] to delete. Format: projects/&lt;Project ID>/locations/&lt;Location ID>/agents/&lt;Agent ID>/flows/&lt;Flow ID>/transitionRouteGroups/&lt;Transition Route Group ID>.

Property Value
Type Description
String

TransitionRouteGroupName

public TransitionRouteGroupName TransitionRouteGroupName { get; set; }

TransitionRouteGroupName-typed view over the Name resource name property.

Property Value
Type Description
TransitionRouteGroupName

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.