Google Cloud Dialogflow v2beta1 API - Class Connection (1.0.0-beta19)

public sealed class Connection : IMessage<Connection>, IEquatable<Connection>, IDeepCloneable<Connection>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class Connection.

Represents a connection for SIP Trunk.

Inheritance

object > Connection

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

Connection()

public Connection()

Connection(Connection)

public Connection(Connection other)
Parameter
Name Description
other Connection

Properties

ConnectionId

public string ConnectionId { get; set; }

Output only. The unique identifier of the SIP Trunk connection.

Property Value
Type Description
string

ErrorDetails

public Connection.Types.ErrorDetails ErrorDetails { get; set; }

Output only. The error details for the connection. Only populated when authentication errors occur.

Property Value
Type Description
ConnectionTypesErrorDetails

State

public Connection.Types.State State { get; set; }

Output only. State of the connection.

Property Value
Type Description
ConnectionTypesState

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. When the connection status changed.

Property Value
Type Description
Timestamp