Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainQueryMetricsResponseSliceDataPointDialogflowInteractionMeasure
- Inherits:
-
Object
- Object
- Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainQueryMetricsResponseSliceDataPointDialogflowInteractionMeasure
- 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
-
#percentile_audio_in_audio_out_latency ⇒ Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainQueryMetricsResponseSliceDataPointPercentileResult
The percentile result.
-
#percentile_end_to_end_latency ⇒ Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainQueryMetricsResponseSliceDataPointPercentileResult
The percentile result.
-
#percentile_llm_call_latency ⇒ Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainQueryMetricsResponseSliceDataPointPercentileResult
The percentile result.
-
#percentile_tool_use_latency ⇒ Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainQueryMetricsResponseSliceDataPointPercentileResult
The percentile result.
-
#percentile_tts_latency ⇒ Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainQueryMetricsResponseSliceDataPointPercentileResult
The percentile result.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1mainQueryMetricsResponseSliceDataPointDialogflowInteractionMeasure
constructor
A new instance of GoogleCloudContactcenterinsightsV1mainQueryMetricsResponseSliceDataPointDialogflowInteractionMeasure.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1mainQueryMetricsResponseSliceDataPointDialogflowInteractionMeasure
Returns a new instance of GoogleCloudContactcenterinsightsV1mainQueryMetricsResponseSliceDataPointDialogflowInteractionMeasure.
21010 21011 21012 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 21010 def initialize(**args) update!(**args) end |
Instance Attribute Details
#percentile_audio_in_audio_out_latency ⇒ Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainQueryMetricsResponseSliceDataPointPercentileResult
The percentile result. Currently supported percentiles are 50th, 90th, and
99th.
Corresponds to the JSON property percentileAudioInAudioOutLatency
20984 20985 20986 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 20984 def percentile_audio_in_audio_out_latency @percentile_audio_in_audio_out_latency end |
#percentile_end_to_end_latency ⇒ Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainQueryMetricsResponseSliceDataPointPercentileResult
The percentile result. Currently supported percentiles are 50th, 90th, and
99th.
Corresponds to the JSON property percentileEndToEndLatency
20990 20991 20992 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 20990 def percentile_end_to_end_latency @percentile_end_to_end_latency end |
#percentile_llm_call_latency ⇒ Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainQueryMetricsResponseSliceDataPointPercentileResult
The percentile result. Currently supported percentiles are 50th, 90th, and
99th.
Corresponds to the JSON property percentileLlmCallLatency
20996 20997 20998 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 20996 def percentile_llm_call_latency @percentile_llm_call_latency end |
#percentile_tool_use_latency ⇒ Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainQueryMetricsResponseSliceDataPointPercentileResult
The percentile result. Currently supported percentiles are 50th, 90th, and
99th.
Corresponds to the JSON property percentileToolUseLatency
21002 21003 21004 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 21002 def percentile_tool_use_latency @percentile_tool_use_latency end |
#percentile_tts_latency ⇒ Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainQueryMetricsResponseSliceDataPointPercentileResult
The percentile result. Currently supported percentiles are 50th, 90th, and
99th.
Corresponds to the JSON property percentileTtsLatency
21008 21009 21010 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 21008 def percentile_tts_latency @percentile_tts_latency end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
21015 21016 21017 21018 21019 21020 21021 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 21015 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 |