Class GoogleCloudDialogflowV2SipHostname
Inheritance
GoogleCloudDialogflowV2SipHostname
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2SipHostname : IDirectResponseSchema
Properties
ConnectionState
Declaration
[JsonProperty("connectionState")]
public virtual string ConnectionState { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
EnabledSipPing
Declaration
[JsonProperty("enabledSipPing")]
public virtual bool? EnabledSipPing { get; set; }
Property Value
ErrorDetails
Declaration
[JsonProperty("errorDetails")]
public virtual GoogleCloudDialogflowV2SipHostnameHostnameErrorDetails ErrorDetails { get; set; }
Property Value
PeerHostname
Declaration
[JsonProperty("peerHostname")]
public virtual string PeerHostname { get; set; }
Property Value
PeerSocketAddress
Declaration
[JsonProperty("peerSocketAddress")]
public virtual string PeerSocketAddress { get; set; }
Property Value
PingInterval
Declaration
[JsonProperty("pingInterval")]
public virtual object PingInterval { get; set; }
Property Value
ProbeDetails
Declaration
[JsonProperty("probeDetails")]
public virtual GoogleCloudDialogflowV2ProbeDetails ProbeDetails { get; set; }
Property Value
Implements