public sealed class CreateSipTrunkRequest : IMessage<CreateSipTrunkRequest>, IEquatable<CreateSipTrunkRequest>, IDeepCloneable<CreateSipTrunkRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class CreateSipTrunkRequest.
The request message for
[SipTrunks.CreateSipTrunk][google.cloud.dialogflow.v2beta1.SipTrunks.CreateSipTrunk].
[[["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."],[[["`CreateSipTrunkRequest` is a class in the Google Cloud Dialogflow v2beta1 API, serving as the request message for creating a new SIP trunk using `SipTrunks.CreateSipTrunk`."],["This class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities like message handling, equality comparison, deep cloning, and buffered message support."],["The `CreateSipTrunkRequest` class has a constructor that can create a new instance or clone an existing `CreateSipTrunkRequest` object."],["The class includes properties such as `Parent` (a string representing the location for the SIP trunk), `ParentAsLocationName` (a `LocationName`-typed view of the parent resource), and `SipTrunk` (the actual `SipTrunk` object to be created)."],["The `CreateSipTrunkRequest` class is located within the `Google.Cloud.Dialogflow.V2Beta1` namespace and is part of the `Google.Cloud.Dialogflow.V2Beta1.dll` assembly."]]],[]]