Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3DtmfInput
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3DtmfInput
- 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
-
#digits ⇒ String
Corresponds to the JSON property
digits. -
#finish_digit ⇒ String
Corresponds to the JSON property
finishDigit.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3DtmfInput
constructor
A new instance of GoogleCloudDialogflowCxV3DtmfInput.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3DtmfInput
Returns a new instance of GoogleCloudDialogflowCxV3DtmfInput.
550 551 552 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 550 def initialize(**args) update!(**args) end |
Instance Attribute Details
#digits ⇒ String
Corresponds to the JSON property digits
543 544 545 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 543 def digits @digits end |
#finish_digit ⇒ String
Corresponds to the JSON property finishDigit
548 549 550 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 548 def finish_digit @finish_digit end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
555 556 557 558 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 555 def update!(**args) @digits = args[:digits] if args.key?(:digits) @finish_digit = args[:finish_digit] if args.key?(:finish_digit) end |