[[["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-04 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eConnection\u003c/code\u003e class in the Google Cloud Dialogflow v2beta1 API represents a connection for a SIP Trunk.\u003c/p\u003e\n"],["\u003cp\u003eThe 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, supporting various functionalities like message handling and cloning.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eConnection\u003c/code\u003e objects have properties such as \u003ccode\u003eConnectionId\u003c/code\u003e, \u003ccode\u003eErrorDetails\u003c/code\u003e, \u003ccode\u003eState\u003c/code\u003e, and \u003ccode\u003eUpdateTime\u003c/code\u003e, providing details about the connection's identifier, errors, current state, and last update timestamp.\u003c/p\u003e\n"],["\u003cp\u003eThe class is available in two versions: 1.0.0-beta23 (latest) and 1.0.0-beta22, and is contained in the Google.Cloud.Dialogflow.V2Beta1 namespace, within the Google.Cloud.Dialogflow.V2Beta1.dll assembly.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Dialogflow v2beta1 API - Class Connection (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.Connection)\n- [1.0.0-beta22](/dotnet/docs/reference/Google.Cloud.Dialogflow.V2Beta1/1.0.0-beta22/Google.Cloud.Dialogflow.V2Beta1.Connection) \n\n public sealed class Connection : IMessage\u003cConnection\u003e, IEquatable\u003cConnection\u003e, IDeepCloneable\u003cConnection\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class Connection.\n\nRepresents a connection for SIP Trunk. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e Connection \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[Connection](/dotnet/docs/reference/Google.Cloud.Dialogflow.V2Beta1/latest/Google.Cloud.Dialogflow.V2Beta1.Connection), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[Connection](/dotnet/docs/reference/Google.Cloud.Dialogflow.V2Beta1/latest/Google.Cloud.Dialogflow.V2Beta1.Connection), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[Connection](/dotnet/docs/reference/Google.Cloud.Dialogflow.V2Beta1/latest/Google.Cloud.Dialogflow.V2Beta1.Connection), [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### Connection()\n\n public Connection()\n\n### Connection(Connection)\n\n public Connection(Connection other)\n\nProperties\n----------\n\n### ConnectionId\n\n public string ConnectionId { get; set; }\n\nOutput only. The unique identifier of the SIP Trunk connection.\n\n### ErrorDetails\n\n public Connection.Types.ErrorDetails ErrorDetails { get; set; }\n\nOutput only. The error details for the connection. Only populated when\nauthentication errors occur.\n\n### State\n\n public Connection.Types.State State { get; set; }\n\nOutput only. State of the connection.\n\n### UpdateTime\n\n public Timestamp UpdateTime { get; set; }\n\nOutput only. When the connection status changed."]]