Google Cloud Dialogflow v2beta1 API - Class ProbeDetails (1.0.0-beta32)

public sealed class ProbeDetails : IMessage<ProbeDetails>, IEquatable<ProbeDetails>, IDeepCloneable<ProbeDetails>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class ProbeDetails.

The probe details of Sip Trunk peer hostname.

Inheritance

object > ProbeDetails

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

ProbeDetails()

public ProbeDetails()

ProbeDetails(ProbeDetails)

public ProbeDetails(ProbeDetails other)
Parameter
Name Description
other ProbeDetails

Properties

InitTime

public Timestamp InitTime { get; set; }

Output only. When the options probe was started.

Property Value
Type Description
Timestamp

OptionsLatency

public Duration OptionsLatency { get; set; }

Output only. Duration between OPTIONS send and OPTIONS 200 received.

Property Value
Type Description
Duration

ProbeStatus

public ProbeDetails.Types.ProbeStatus ProbeStatus { get; set; }

Output only. Result of the probe.

Property Value
Type Description
ProbeDetailsTypesProbeStatus