class Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1DtmfParameters

The message in the response that indicates the parameters of DTMF.

Attributes

accepts_dtmf_input[RW]

Indicates whether DTMF input can be handled in the next request. Corresponds to the JSON property `acceptsDtmfInput` @return [Boolean]

accepts_dtmf_input?[RW]

Indicates whether DTMF input can be handled in the next request. Corresponds to the JSON property `acceptsDtmfInput` @return [Boolean]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/dialogflow_v2beta1/classes.rb, line 9071
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 9076
def update!(**args)
  @accepts_dtmf_input = args[:accepts_dtmf_input] if args.key?(:accepts_dtmf_input)
end