Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1DtmfParameters
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1DtmfParameters
- 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
-
#accepts_dtmf_input ⇒ Boolean
(also: #accepts_dtmf_input?)
Corresponds to the JSON property
acceptsDtmfInput.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1DtmfParameters
constructor
A new instance of GoogleCloudDialogflowV2beta1DtmfParameters.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1DtmfParameters
Returns a new instance of GoogleCloudDialogflowV2beta1DtmfParameters.
12957 12958 12959 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 12957 def initialize(**args) update!(**args) end |
Instance Attribute Details
#accepts_dtmf_input ⇒ Boolean Also known as: accepts_dtmf_input?
Corresponds to the JSON property acceptsDtmfInput
12954 12955 12956 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 12954 def accepts_dtmf_input @accepts_dtmf_input end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
12962 12963 12964 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 12962 def update!(**args) @accepts_dtmf_input = args[:accepts_dtmf_input] if args.key?(:accepts_dtmf_input) end |