Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2DtmfParameters

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dialogflow_v2/classes.rb,
lib/google/apis/dialogflow_v2/representations.rb,
lib/google/apis/dialogflow_v2/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowV2DtmfParameters

Returns a new instance of GoogleCloudDialogflowV2DtmfParameters.



9332
9333
9334
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 9332

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#accepts_dtmf_inputBoolean Also known as: accepts_dtmf_input?

Corresponds to the JSON property acceptsDtmfInput

Returns:

  • (Boolean)


9329
9330
9331
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 9329

def accepts_dtmf_input
  @accepts_dtmf_input
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9337
9338
9339
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 9337

def update!(**args)
  @accepts_dtmf_input = args[:accepts_dtmf_input] if args.key?(:accepts_dtmf_input)
end