Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ProbeDetails
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ProbeDetails
- 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
-
#init_time ⇒ String
Corresponds to the JSON property
initTime. -
#options_latency ⇒ String
Corresponds to the JSON property
optionsLatency. -
#probe_status ⇒ String
Corresponds to the JSON property
probeStatus.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2ProbeDetails
constructor
A new instance of GoogleCloudDialogflowV2ProbeDetails.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2ProbeDetails
Returns a new instance of GoogleCloudDialogflowV2ProbeDetails.
14491 14492 14493 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 14491 def initialize(**args) update!(**args) end |
Instance Attribute Details
#init_time ⇒ String
Corresponds to the JSON property initTime
14479 14480 14481 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 14479 def init_time @init_time end |
#options_latency ⇒ String
Corresponds to the JSON property optionsLatency
14484 14485 14486 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 14484 def @options_latency end |
#probe_status ⇒ String
Corresponds to the JSON property probeStatus
14489 14490 14491 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 14489 def probe_status @probe_status end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
14496 14497 14498 14499 14500 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 14496 def update!(**args) @init_time = args[:init_time] if args.key?(:init_time) @options_latency = args[:options_latency] if args.key?(:options_latency) @probe_status = args[:probe_status] if args.key?(:probe_status) end |