Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1DtmfInput
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1DtmfInput
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v3/classes.rb,
lib/google/apis/dialogflow_v3/representations.rb,
lib/google/apis/dialogflow_v3/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.
10243 10244 10245 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 10243 def initialize(**args) update!(**args) end |
Instance Attribute Details
#digits ⇒ String
Corresponds to the JSON property digits
10236 10237 10238 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 10236 def digits @digits end |
#finish_digit ⇒ String
Corresponds to the JSON property finishDigit
10241 10242 10243 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 10241 def finish_digit @finish_digit end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10248 10249 10250 10251 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 10248 def update!(**args) @digits = args[:digits] if args.key?(:digits) @finish_digit = args[:finish_digit] if args.key?(:finish_digit) end |