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.



14527
14528
14529
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 14527

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#init_timeString

Corresponds to the JSON property initTime

Returns:

  • (String)


14515
14516
14517
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 14515

def init_time
  @init_time
end

#options_latencyString

Corresponds to the JSON property optionsLatency

Returns:

  • (String)


14520
14521
14522
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 14520

def options_latency
  @options_latency
end

#probe_statusString

Corresponds to the JSON property probeStatus

Returns:

  • (String)


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