Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1BargeInConfig
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1BargeInConfig
- 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
-
#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) ⇒ GoogleCloudDialogflowCxV3beta1BargeInConfig
constructor
A new instance of GoogleCloudDialogflowCxV3beta1BargeInConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1BargeInConfig
Returns a new instance of GoogleCloudDialogflowCxV3beta1BargeInConfig.
3598 3599 3600 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 3598 def initialize(**args) update!(**args) end |
Instance Attribute Details
#no_barge_in_duration ⇒ String
Corresponds to the JSON property noBargeInDuration
3591 3592 3593 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 3591 def @no_barge_in_duration end |
#total_duration ⇒ String
Corresponds to the JSON property totalDuration
3596 3597 3598 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 3596 def total_duration @total_duration end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3603 3604 3605 3606 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 3603 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 |