Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1DtmfInput
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1DtmfInput
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v3beta1/classes.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb
Instance Attribute Summary collapse
-
#digits ⇒ String
Corresponds to the JSON property
digits. -
#finish_digit ⇒ String
Corresponds to the JSON property
finishDigit.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1DtmfInput
constructor
A new instance of GoogleCloudDialogflowCxV3beta1DtmfInput.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1DtmfInput
Returns a new instance of GoogleCloudDialogflowCxV3beta1DtmfInput.
5904 5905 5906 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 5904 def initialize(**args) update!(**args) end |
Instance Attribute Details
#digits ⇒ String
Corresponds to the JSON property digits
5897 5898 5899 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 5897 def digits @digits end |
#finish_digit ⇒ String
Corresponds to the JSON property finishDigit
5902 5903 5904 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 5902 def finish_digit @finish_digit end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5909 5910 5911 5912 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 5909 def update!(**args) @digits = args[:digits] if args.key?(:digits) @finish_digit = args[:finish_digit] if args.key?(:finish_digit) end |