public sealed class DeleteSipTrunkRequest : IMessage<DeleteSipTrunkRequest>, IEquatable<DeleteSipTrunkRequest>, IDeepCloneable<DeleteSipTrunkRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class DeleteSipTrunkRequest.
The request message for
[SipTrunks.DeleteSipTrunk][google.cloud.dialogflow.v2beta1.SipTrunks.DeleteSipTrunk].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference information for the `DeleteSipTrunkRequest` class, used within the Google Cloud Dialogflow v2beta1 API."],["The `DeleteSipTrunkRequest` class serves as the request message for deleting a SIP trunk via the `SipTrunks.DeleteSipTrunk` method."],["The class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes constructors for creating a new `DeleteSipTrunkRequest` object, either empty or by cloning an existing one."],["The `DeleteSipTrunkRequest` class features two key properties, `Name` (a string representing the SIP trunk's name) and `SipTrunkName` (a typed view of the resource name)."]]],[]]