public sealed class ProbeDetails : IMessage<ProbeDetails>, IEquatable<ProbeDetails>, IDeepCloneable<ProbeDetails>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class ProbeDetails.
The probe details of Sip Trunk peer hostname.
Implements
IMessageProbeDetails, IEquatableProbeDetails, IDeepCloneableProbeDetails, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Beta1Assembly
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 |
|