Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ServiceLatency
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ServiceLatency
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v2/classes.rb,
lib/google/apis/dialogflow_v2/representations.rb,
lib/google/apis/dialogflow_v2/representations.rb
Instance Attribute Summary collapse
-
#internal_service_latencies ⇒ Array<Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ServiceLatencyInternalServiceLatency>
Corresponds to the JSON property
internalServiceLatencies.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2ServiceLatency
constructor
A new instance of GoogleCloudDialogflowV2ServiceLatency.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2ServiceLatency
Returns a new instance of GoogleCloudDialogflowV2ServiceLatency.
15195 15196 15197 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 15195 def initialize(**args) update!(**args) end |
Instance Attribute Details
#internal_service_latencies ⇒ Array<Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ServiceLatencyInternalServiceLatency>
Corresponds to the JSON property internalServiceLatencies
15193 15194 15195 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 15193 def internal_service_latencies @internal_service_latencies end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
15200 15201 15202 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 15200 def update!(**args) @internal_service_latencies = args[:internal_service_latencies] if args.key?(:internal_service_latencies) end |