Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1AdvancedSettings

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1AdvancedSettings

Returns a new instance of GoogleCloudDialogflowCxV3beta1AdvancedSettings.



9742
9743
9744
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 9742

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

Instance Attribute Details

#audio_export_gcs_destinationGoogle::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1GcsDestination

Corresponds to the JSON property audioExportGcsDestination



9725
9726
9727
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 9725

def audio_export_gcs_destination
  @audio_export_gcs_destination
end

#dtmf_settingsGoogle::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettings

Corresponds to the JSON property dtmfSettings



9730
9731
9732
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 9730

def dtmf_settings
  @dtmf_settings
end

#logging_settingsGoogle::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettings

Corresponds to the JSON property loggingSettings



9735
9736
9737
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 9735

def logging_settings
  @logging_settings
end

#speech_settingsGoogle::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1AdvancedSettingsSpeechSettings

Corresponds to the JSON property speechSettings



9740
9741
9742
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 9740

def speech_settings
  @speech_settings
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9747
9748
9749
9750
9751
9752
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 9747

def update!(**args)
  @audio_export_gcs_destination = args[:audio_export_gcs_destination] if args.key?(:audio_export_gcs_destination)
  @dtmf_settings = args[:dtmf_settings] if args.key?(:dtmf_settings)
  @logging_settings = args[:logging_settings] if args.key?(:logging_settings)
  @speech_settings = args[:speech_settings] if args.key?(:speech_settings)
end