Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1BargeInConfig

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) ⇒ GoogleCloudDialogflowCxV3beta1BargeInConfig

Returns a new instance of GoogleCloudDialogflowCxV3beta1BargeInConfig.



3586
3587
3588
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 3586

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

Instance Attribute Details

#no_barge_in_durationString

Corresponds to the JSON property noBargeInDuration

Returns:

  • (String)


3579
3580
3581
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 3579

def no_barge_in_duration
  @no_barge_in_duration
end

#total_durationString

Corresponds to the JSON property totalDuration

Returns:

  • (String)


3584
3585
3586
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 3584

def total_duration
  @total_duration
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3591
3592
3593
3594
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 3591

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