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-09-03 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eGetSipTrunkRequest\u003c/code\u003e class is part of the Google Cloud Dialogflow v2beta1 API, and it is the request message used to retrieve a specific SIP trunk.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, providing functionalities for message handling, equality comparison, deep cloning, and buffer management.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGetSipTrunkRequest\u003c/code\u003e class has two constructors: a default constructor and one that accepts another \u003ccode\u003eGetSipTrunkRequest\u003c/code\u003e object for cloning.\u003c/p\u003e\n"],["\u003cp\u003eIt contains two properties, \u003ccode\u003eName\u003c/code\u003e and \u003ccode\u003eSipTrunkName\u003c/code\u003e, where \u003ccode\u003eName\u003c/code\u003e is a required string representing the resource name of the SIP trunk to be fetched, and \u003ccode\u003eSipTrunkName\u003c/code\u003e is a typed view over the \u003ccode\u003eName\u003c/code\u003e resource.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the GetSipTrunkRequest documentation is 1.0.0-beta23.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Dialogflow v2beta1 API - Class GetSipTrunkRequest (1.0.0-beta23)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta23 (latest)](/dotnet/docs/reference/Google.Cloud.Dialogflow.V2Beta1/latest/Google.Cloud.Dialogflow.V2Beta1.GetSipTrunkRequest)\n- [1.0.0-beta22](/dotnet/docs/reference/Google.Cloud.Dialogflow.V2Beta1/1.0.0-beta22/Google.Cloud.Dialogflow.V2Beta1.GetSipTrunkRequest) \n\n public sealed class GetSipTrunkRequest : IMessage\u003cGetSipTrunkRequest\u003e, IEquatable\u003cGetSipTrunkRequest\u003e, IDeepCloneable\u003cGetSipTrunkRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class GetSipTrunkRequest.\n\nThe request message for\n\\[SipTrunks.GetSipTrunk\\]\\[google.cloud.dialogflow.v2beta1.SipTrunks.GetSipTrunk\\]. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e GetSipTrunkRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[GetSipTrunkRequest](/dotnet/docs/reference/Google.Cloud.Dialogflow.V2Beta1/latest/Google.Cloud.Dialogflow.V2Beta1.GetSipTrunkRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[GetSipTrunkRequest](/dotnet/docs/reference/Google.Cloud.Dialogflow.V2Beta1/latest/Google.Cloud.Dialogflow.V2Beta1.GetSipTrunkRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[GetSipTrunkRequest](/dotnet/docs/reference/Google.Cloud.Dialogflow.V2Beta1/latest/Google.Cloud.Dialogflow.V2Beta1.GetSipTrunkRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Dialogflow.V2Beta1](/dotnet/docs/reference/Google.Cloud.Dialogflow.V2Beta1/latest/Google.Cloud.Dialogflow.V2Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.Dialogflow.V2Beta1.dll\n\nConstructors\n------------\n\n### GetSipTrunkRequest()\n\n public GetSipTrunkRequest()\n\n### GetSipTrunkRequest(GetSipTrunkRequest)\n\n public GetSipTrunkRequest(GetSipTrunkRequest other)\n\nProperties\n----------\n\n### Name\n\n public string Name { get; set; }\n\nRequired. The name of the SIP trunk to delete.\nFormat: `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e/sipTrunks/\u003cSipTrunk\nID\u003e`.\n\n### SipTrunkName\n\n public SipTrunkName SipTrunkName { get; set; }\n\n[SipTrunkName](/dotnet/docs/reference/Google.Cloud.Dialogflow.V2Beta1/latest/Google.Cloud.Dialogflow.V2Beta1.SipTrunkName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.Dialogflow.V2Beta1/latest/Google.Cloud.Dialogflow.V2Beta1.GetSipTrunkRequest#Google_Cloud_Dialogflow_V2Beta1_GetSipTrunkRequest_Name) resource name property."]]