Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3BargeInConfig
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3BargeInConfig
- 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
-
#no_barge_in_duration ⇒ String
Corresponds to the JSON property
noBargeInDuration. -
#total_duration ⇒ String
Corresponds to the JSON property
totalDuration.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3BargeInConfig
constructor
A new instance of GoogleCloudDialogflowCxV3BargeInConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3BargeInConfig
Returns a new instance of GoogleCloudDialogflowCxV3BargeInConfig.
218 219 220 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 218 def initialize(**args) update!(**args) end |
Instance Attribute Details
#no_barge_in_duration ⇒ String
Corresponds to the JSON property noBargeInDuration
211 212 213 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 211 def @no_barge_in_duration end |
#total_duration ⇒ String
Corresponds to the JSON property totalDuration
216 217 218 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 216 def total_duration @total_duration end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
223 224 225 226 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 223 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 |