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].
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
System.Boolean
Name
public string Name { get; set; }
Required. The name of the [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup] to delete.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/flows/<Flow ID>/transitionRouteGroups/<Transition Route Group ID>.
Property Value
Type
Description
System.String
TransitionRouteGroupName
public TransitionRouteGroupName TransitionRouteGroupName { get; set; }
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis webpage details the \u003ccode\u003eDeleteTransitionRouteGroupRequest\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Dialogflow.Cx.V3\u003c/code\u003e namespace, used for requesting the deletion of a transition route group in Dialogflow CX.\u003c/p\u003e\n"],["\u003cp\u003eThe page lists multiple versions of the \u003ccode\u003eDeleteTransitionRouteGroupRequest\u003c/code\u003e class, ranging from version 1.0.0 to the latest version of 2.23.0, which is indicated as the current up to date.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDeleteTransitionRouteGroupRequest\u003c/code\u003e class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, facilitating its use within the Google.Protobuf framework.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDeleteTransitionRouteGroupRequest\u003c/code\u003e class includes properties like \u003ccode\u003eForce\u003c/code\u003e to manage deletion behavior when a transition route group is in use, and \u003ccode\u003eName\u003c/code\u003e to specify the transition route group to be deleted, as well as its name type \u003ccode\u003eTransitionRouteGroupName\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe page provides details on the constructors for the \u003ccode\u003eDeleteTransitionRouteGroupRequest\u003c/code\u003e class, including a default constructor and a constructor for creating a copy.\u003c/p\u003e\n"]]],[],null,[]]