Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QueryMetricsResponseSliceDataPointDialogflowInteractionMeasure
- Inherits:
-
Object
- Object
- Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QueryMetricsResponseSliceDataPointDialogflowInteractionMeasure
- 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::GoogleCloudContactcenterinsightsV1QueryMetricsResponseSliceDataPointPercentileResult
The percentile result.
-
#percentile_end_to_end_latency ⇒ Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QueryMetricsResponseSliceDataPointPercentileResult
The percentile result.
-
#percentile_llm_call_latency ⇒ Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QueryMetricsResponseSliceDataPointPercentileResult
The percentile result.
-
#percentile_tool_use_latency ⇒ Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QueryMetricsResponseSliceDataPointPercentileResult
The percentile result.
-
#percentile_tts_latency ⇒ Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QueryMetricsResponseSliceDataPointPercentileResult
The percentile result.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1QueryMetricsResponseSliceDataPointDialogflowInteractionMeasure
constructor
A new instance of GoogleCloudContactcenterinsightsV1QueryMetricsResponseSliceDataPointDialogflowInteractionMeasure.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1QueryMetricsResponseSliceDataPointDialogflowInteractionMeasure
Returns a new instance of GoogleCloudContactcenterinsightsV1QueryMetricsResponseSliceDataPointDialogflowInteractionMeasure.
9184 9185 9186 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 9184 def initialize(**args) update!(**args) end |
Instance Attribute Details
#percentile_audio_in_audio_out_latency ⇒ Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QueryMetricsResponseSliceDataPointPercentileResult
The percentile result. Currently supported percentiles are 50th, 90th, and
99th.
Corresponds to the JSON property percentileAudioInAudioOutLatency
9158 9159 9160 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 9158 def percentile_audio_in_audio_out_latency @percentile_audio_in_audio_out_latency end |
#percentile_end_to_end_latency ⇒ Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QueryMetricsResponseSliceDataPointPercentileResult
The percentile result. Currently supported percentiles are 50th, 90th, and
99th.
Corresponds to the JSON property percentileEndToEndLatency
9164 9165 9166 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 9164 def percentile_end_to_end_latency @percentile_end_to_end_latency end |
#percentile_llm_call_latency ⇒ Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QueryMetricsResponseSliceDataPointPercentileResult
The percentile result. Currently supported percentiles are 50th, 90th, and
99th.
Corresponds to the JSON property percentileLlmCallLatency
9170 9171 9172 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 9170 def percentile_llm_call_latency @percentile_llm_call_latency end |
#percentile_tool_use_latency ⇒ Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QueryMetricsResponseSliceDataPointPercentileResult
The percentile result. Currently supported percentiles are 50th, 90th, and
99th.
Corresponds to the JSON property percentileToolUseLatency
9176 9177 9178 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 9176 def percentile_tool_use_latency @percentile_tool_use_latency end |
#percentile_tts_latency ⇒ Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QueryMetricsResponseSliceDataPointPercentileResult
The percentile result. Currently supported percentiles are 50th, 90th, and
99th.
Corresponds to the JSON property percentileTtsLatency
9182 9183 9184 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 9182 def percentile_tts_latency @percentile_tts_latency end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9189 9190 9191 9192 9193 9194 9195 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 9189 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 |