Show / Hide Table of Contents

Class GoogleCloudDialogflowV2SipHostname

Inheritance
object
GoogleCloudDialogflowV2SipHostname
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.v2.Data
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2SipHostname : IDirectResponseSchema

Properties

ConnectionState

Declaration
[JsonProperty("connectionState")]
public virtual string ConnectionState { 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

EnabledSipPing

Declaration
[JsonProperty("enabledSipPing")]
public virtual bool? EnabledSipPing { get; set; }
Property Value
Type Description
bool?

ErrorDetails

Declaration
[JsonProperty("errorDetails")]
public virtual GoogleCloudDialogflowV2SipHostnameHostnameErrorDetails ErrorDetails { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2SipHostnameHostnameErrorDetails

PeerHostname

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

PeerSocketAddress

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

PingInterval

Declaration
[JsonProperty("pingInterval")]
public virtual object PingInterval { get; set; }
Property Value
Type Description
object

ProbeDetails

Declaration
[JsonProperty("probeDetails")]
public virtual GoogleCloudDialogflowV2ProbeDetails ProbeDetails { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2ProbeDetails

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX