Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ProbeDetails

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dialogflow_v2beta1/classes.rb,
lib/google/apis/dialogflow_v2beta1/representations.rb,
lib/google/apis/dialogflow_v2beta1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1ProbeDetails

Returns a new instance of GoogleCloudDialogflowV2beta1ProbeDetails.



18695
18696
18697
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 18695

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

Instance Attribute Details

#init_timeString

Corresponds to the JSON property initTime

Returns:

  • (String)


18683
18684
18685
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 18683

def init_time
  @init_time
end

#options_latencyString

Corresponds to the JSON property optionsLatency

Returns:

  • (String)


18688
18689
18690
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 18688

def options_latency
  @options_latency
end

#probe_statusString

Corresponds to the JSON property probeStatus

Returns:

  • (String)


18693
18694
18695
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 18693

def probe_status
  @probe_status
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



18700
18701
18702
18703
18704
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 18700

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