Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2ServiceLatency
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3::GoogleCloudDialogflowV2ServiceLatency
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v3/classes.rb,
lib/google/apis/dialogflow_v3/representations.rb,
lib/google/apis/dialogflow_v3/representations.rb
Instance Attribute Summary collapse
-
#internal_service_latencies ⇒ Array<Google::Apis::DialogflowV3::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.
16283 16284 16285 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 16283 def initialize(**args) update!(**args) end |
Instance Attribute Details
#internal_service_latencies ⇒ Array<Google::Apis::DialogflowV3::GoogleCloudDialogflowV2ServiceLatencyInternalServiceLatency>
Corresponds to the JSON property internalServiceLatencies
16281 16282 16283 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 16281 def internal_service_latencies @internal_service_latencies end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
16288 16289 16290 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 16288 def update!(**args) @internal_service_latencies = args[:internal_service_latencies] if args.key?(:internal_service_latencies) end |