Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1BargeInConfig

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1BargeInConfig

Returns a new instance of GoogleCloudDialogflowCxV3beta1BargeInConfig.



9911
9912
9913
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 9911

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

Instance Attribute Details

#no_barge_in_durationString

Corresponds to the JSON property noBargeInDuration

Returns:

  • (String)


9904
9905
9906
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 9904

def no_barge_in_duration
  @no_barge_in_duration
end

#total_durationString

Corresponds to the JSON property totalDuration

Returns:

  • (String)


9909
9910
9911
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 9909

def total_duration
  @total_duration
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9916
9917
9918
9919
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 9916

def update!(**args)
  @no_barge_in_duration = args[:no_barge_in_duration] if args.key?(:no_barge_in_duration)
  @total_duration = args[:total_duration] if args.key?(:total_duration)
end