Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSliceDataPointDialogflowInteractionMeasure

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/contactcenterinsights_v1/classes.rb,
lib/google/apis/contactcenterinsights_v1/representations.rb,
lib/google/apis/contactcenterinsights_v1/representations.rb

Overview

The measure related to dialogflow interactions.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSliceDataPointDialogflowInteractionMeasure

Returns a new instance of GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSliceDataPointDialogflowInteractionMeasure.



15626
15627
15628
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 15626

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#percentile_audio_in_audio_out_latencyGoogle::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSliceDataPointPercentileResult

The percentile result. Currently supported percentiles are 50th, 90th, and 99th. Corresponds to the JSON property percentileAudioInAudioOutLatency



15600
15601
15602
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 15600

def percentile_audio_in_audio_out_latency
  @percentile_audio_in_audio_out_latency
end

#percentile_end_to_end_latencyGoogle::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSliceDataPointPercentileResult

The percentile result. Currently supported percentiles are 50th, 90th, and 99th. Corresponds to the JSON property percentileEndToEndLatency



15606
15607
15608
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 15606

def percentile_end_to_end_latency
  @percentile_end_to_end_latency
end

#percentile_llm_call_latencyGoogle::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSliceDataPointPercentileResult

The percentile result. Currently supported percentiles are 50th, 90th, and 99th. Corresponds to the JSON property percentileLlmCallLatency



15612
15613
15614
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 15612

def percentile_llm_call_latency
  @percentile_llm_call_latency
end

#percentile_tool_use_latencyGoogle::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSliceDataPointPercentileResult

The percentile result. Currently supported percentiles are 50th, 90th, and 99th. Corresponds to the JSON property percentileToolUseLatency



15618
15619
15620
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 15618

def percentile_tool_use_latency
  @percentile_tool_use_latency
end

#percentile_tts_latencyGoogle::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSliceDataPointPercentileResult

The percentile result. Currently supported percentiles are 50th, 90th, and 99th. Corresponds to the JSON property percentileTtsLatency



15624
15625
15626
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 15624

def percentile_tts_latency
  @percentile_tts_latency
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



15631
15632
15633
15634
15635
15636
15637
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 15631

def update!(**args)
  @percentile_audio_in_audio_out_latency = args[:percentile_audio_in_audio_out_latency] if args.key?(:percentile_audio_in_audio_out_latency)
  @percentile_end_to_end_latency = args[:percentile_end_to_end_latency] if args.key?(:percentile_end_to_end_latency)
  @percentile_llm_call_latency = args[:percentile_llm_call_latency] if args.key?(:percentile_llm_call_latency)
  @percentile_tool_use_latency = args[:percentile_tool_use_latency] if args.key?(:percentile_tool_use_latency)
  @percentile_tts_latency = args[:percentile_tts_latency] if args.key?(:percentile_tts_latency)
end