Class GoogleCloudDialogflowV2beta1SipTrunk
Inheritance
GoogleCloudDialogflowV2beta1SipTrunk
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1SipTrunk : IDirectResponseSchema
Properties
Connections
Declaration
[JsonProperty("connections")]
public virtual IList<GoogleCloudDialogflowV2beta1Connection> Connections { get; set; }
Property Value
DisplayName
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
ExpectedHostname
Declaration
[JsonProperty("expectedHostname")]
public virtual IList<string> ExpectedHostname { get; set; }
Property Value
GoogleRootCertFile
Declaration
[JsonProperty("googleRootCertFile")]
public virtual string GoogleRootCertFile { get; set; }
Property Value
Name
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
PeerHostnames
Declaration
[JsonProperty("peerHostnames")]
public virtual IList<GoogleCloudDialogflowV2beta1SipHostname> PeerHostnames { get; set; }
Property Value
Implements