Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3AdvancedSettings

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

Returns a new instance of GoogleCloudDialogflowCxV3AdvancedSettings.



104
105
106
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 104

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

Instance Attribute Details

#audio_export_gcs_destinationGoogle::Apis::DialogflowV3::GoogleCloudDialogflowCxV3GcsDestination

Corresponds to the JSON property audioExportGcsDestination



87
88
89
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 87

def audio_export_gcs_destination
  @audio_export_gcs_destination
end

#dtmf_settingsGoogle::Apis::DialogflowV3::GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings

Corresponds to the JSON property dtmfSettings



92
93
94
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 92

def dtmf_settings
  @dtmf_settings
end

#logging_settingsGoogle::Apis::DialogflowV3::GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings

Corresponds to the JSON property loggingSettings



97
98
99
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 97

def logging_settings
  @logging_settings
end

#speech_settingsGoogle::Apis::DialogflowV3::GoogleCloudDialogflowCxV3AdvancedSettingsSpeechSettings

Corresponds to the JSON property speechSettings



102
103
104
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 102

def speech_settings
  @speech_settings
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



109
110
111
112
113
114
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 109

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