Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1DtmfParameters

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1DtmfParameters

Returns a new instance of GoogleCloudDialogflowV2beta1DtmfParameters.



13086
13087
13088
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 13086

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)


13083
13084
13085
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 13083

def accepts_dtmf_input
  @accepts_dtmf_input
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



13091
13092
13093
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 13091

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