Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1AdvancedSettings

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) ⇒ GoogleCloudDialogflowCxV3beta1AdvancedSettings

Returns a new instance of GoogleCloudDialogflowCxV3beta1AdvancedSettings.



3423
3424
3425
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 3423

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

Instance Attribute Details

#audio_export_gcs_destinationGoogle::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1GcsDestination

Corresponds to the JSON property audioExportGcsDestination



3406
3407
3408
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 3406

def audio_export_gcs_destination
  @audio_export_gcs_destination
end

#dtmf_settingsGoogle::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettings

Corresponds to the JSON property dtmfSettings



3411
3412
3413
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 3411

def dtmf_settings
  @dtmf_settings
end

#logging_settingsGoogle::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettings

Corresponds to the JSON property loggingSettings



3416
3417
3418
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 3416

def logging_settings
  @logging_settings
end

#speech_settingsGoogle::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1AdvancedSettingsSpeechSettings

Corresponds to the JSON property speechSettings



3421
3422
3423
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 3421

def speech_settings
  @speech_settings
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3428
3429
3430
3431
3432
3433
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 3428

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