Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainQueryMetricsResponseSliceDataPointDialogflowInteractionMeasure

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) ⇒ GoogleCloudContactcenterinsightsV1mainQueryMetricsResponseSliceDataPointDialogflowInteractionMeasure

Returns a new instance of GoogleCloudContactcenterinsightsV1mainQueryMetricsResponseSliceDataPointDialogflowInteractionMeasure.



22127
22128
22129
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 22127

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

Instance Attribute Details

#percentile_audio_in_audio_out_latencyGoogle::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainQueryMetricsResponseSliceDataPointPercentileResult

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



22101
22102
22103
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 22101

def percentile_audio_in_audio_out_latency
  @percentile_audio_in_audio_out_latency
end

#percentile_end_to_end_latencyGoogle::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainQueryMetricsResponseSliceDataPointPercentileResult

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



22107
22108
22109
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 22107

def percentile_end_to_end_latency
  @percentile_end_to_end_latency
end

#percentile_llm_call_latencyGoogle::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainQueryMetricsResponseSliceDataPointPercentileResult

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



22113
22114
22115
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 22113

def percentile_llm_call_latency
  @percentile_llm_call_latency
end

#percentile_tool_use_latencyGoogle::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainQueryMetricsResponseSliceDataPointPercentileResult

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



22119
22120
22121
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 22119

def percentile_tool_use_latency
  @percentile_tool_use_latency
end

#percentile_tts_latencyGoogle::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainQueryMetricsResponseSliceDataPointPercentileResult

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



22125
22126
22127
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 22125

def percentile_tts_latency
  @percentile_tts_latency
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



22132
22133
22134
22135
22136
22137
22138
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 22132

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