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.
14527 14528 14529 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 14527 def initialize(**args) update!(**args) end |
Instance Attribute Details
#init_time ⇒ String
Corresponds to the JSON property initTime
14515 14516 14517 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 14515 def init_time @init_time end |
#options_latency ⇒ String
Corresponds to the JSON property optionsLatency
14520 14521 14522 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 14520 def @options_latency end |
#probe_status ⇒ String
Corresponds to the JSON property probeStatus
14525 14526 14527 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 14525 def probe_status @probe_status end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
14532 14533 14534 14535 14536 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 14532 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 |