public sealed class GetSipTrunkRequest : IMessage<GetSipTrunkRequest>, IEquatable<GetSipTrunkRequest>, IDeepCloneable<GetSipTrunkRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class GetSipTrunkRequest.
The request message for
[SipTrunks.GetSipTrunk][google.cloud.dialogflow.v2beta1.SipTrunks.GetSipTrunk].
[[["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."],[[["`GetSipTrunkRequest` is a class in the Google Cloud Dialogflow v2beta1 API, used as a request message for retrieving a SIP trunk."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which provide functionalities for message handling and object comparison."],["It contains properties `Name` and `SipTrunkName`, which are used to specify the SIP trunk to be retrieved, with `Name` being the required property, formated as the projects ID, location, and trunk ID."],["The class includes two constructors: a default constructor and one that takes another `GetSipTrunkRequest` object as a parameter for copying."],["The class is located in the namespace `Google.Cloud.Dialogflow.V2Beta1`, which is a part of the `Google.Cloud.Dialogflow.V2Beta1.dll` assembly."]]],[]]