Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ProbeDetails

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_timeString

Corresponds to the JSON property initTime

Returns:

  • (String)


14479
14480
14481
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 14479

def init_time
  @init_time
end

#options_latencyString

Corresponds to the JSON property optionsLatency

Returns:

  • (String)


14484
14485
14486
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 14484

def options_latency
  @options_latency
end

#probe_statusString

Corresponds to the JSON property probeStatus

Returns:

  • (String)


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