Show / Hide Table of Contents

Class GoogleCloudDialogflowV2beta1SipTrunk

SipTrunk is the resource that represents a SIP trunk to connect to Google Telephony platform SIP trunking service.

Inheritance
object
GoogleCloudDialogflowV2beta1SipTrunk
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dialogflow.v2beta1.Data
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1SipTrunk : IDirectResponseSchema

Properties

Connections

Output only. Connections of the SIP trunk.

Declaration
[JsonProperty("connections")]
public virtual IList<GoogleCloudDialogflowV2beta1Connection> Connections { get; set; }
Property Value
Type Description
IList<GoogleCloudDialogflowV2beta1Connection>

DisplayName

Optional. Human readable alias for this trunk.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ExpectedHostname

Required. The expected hostnames in the peer certificate from partner that is used for TLS authentication.

Declaration
[JsonProperty("expectedHostname")]
public virtual IList<string> ExpectedHostname { get; set; }
Property Value
Type Description
IList<string>

Name

Identifier. The unique identifier of the SIP trunk. Format: projects//locations//sipTrunks/.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX