public sealed class SipTrunk : IMessage<SipTrunk>, IEquatable<SipTrunk>, IDeepCloneable<SipTrunk>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class SipTrunk.
SipTrunk is the resource that represents a SIP trunk to connect to Google Telephony platform SIP trunking service.
Namespace
Google.Cloud.Dialogflow.V2Beta1Assembly
Google.Cloud.Dialogflow.V2Beta1.dll
Constructors
SipTrunk()
public SipTrunk()
SipTrunk(SipTrunk)
public SipTrunk(SipTrunk other)
Parameter | |
---|---|
Name | Description |
other |
SipTrunk |
Properties
Connections
public RepeatedField<Connection> Connections { get; }
Output only. Connections of the SIP trunk.
Property Value | |
---|---|
Type | Description |
RepeatedFieldConnection |
DisplayName
public string DisplayName { get; set; }
Optional. Human readable alias for this trunk.
Property Value | |
---|---|
Type | Description |
string |
ExpectedHostname
public RepeatedField<string> ExpectedHostname { get; }
Required. The expected hostnames in the peer certificate from partner that is used for TLS authentication.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
Name
public string Name { get; set; }
Identifier. The unique identifier of the SIP trunk.
Format: projects/<Project ID>/locations/<Location ID>/sipTrunks/<SipTrunk
ID>
.
Property Value | |
---|---|
Type | Description |
string |
SipTrunkName
public SipTrunkName SipTrunkName { get; set; }
SipTrunkName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
SipTrunkName |