class Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1TelephonyDtmfEvents
A wrapper of repeated TelephonyDtmf digits.
Attributes
dtmf_events[RW]
A sequence of TelephonyDtmf digits. Corresponds to the JSON property `dtmfEvents` @return [Array<String>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dialogflow_v2beta1/classes.rb, line 14126 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/dialogflow_v2beta1/classes.rb, line 14131 def update!(**args) @dtmf_events = args[:dtmf_events] if args.key?(:dtmf_events) end