Gemini Enterprise for Customer Experience v1beta API - Class LatencyReport.Types.CallbackLatency (1.0.0-beta01)

public sealed class LatencyReport.Types.CallbackLatency : IMessage<LatencyReport.Types.CallbackLatency>, IEquatable<LatencyReport.Types.CallbackLatency>, IDeepCloneable<LatencyReport.Types.CallbackLatency>, IBufferMessage, IMessage

Reference documentation and code samples for the Gemini Enterprise for Customer Experience v1beta API class LatencyReport.Types.CallbackLatency.

Latency metrics for a single callback.

Inheritance

object > LatencyReport.Types.CallbackLatency

Namespace

Google.Cloud.Ces.V1Beta

Assembly

Google.Cloud.Ces.V1Beta.dll

Constructors

CallbackLatency()

public CallbackLatency()

CallbackLatency(CallbackLatency)

public CallbackLatency(LatencyReport.Types.CallbackLatency other)
Parameter
Name Description
other LatencyReportTypesCallbackLatency

Properties

LatencyMetrics

public LatencyReport.Types.LatencyMetrics LatencyMetrics { get; set; }

Output only. The latency metrics for the callback.

Property Value
Type Description
LatencyReportTypesLatencyMetrics

Stage

public string Stage { get; set; }

Output only. The stage of the callback.

Property Value
Type Description
string