Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1AdvancedSettings
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1AdvancedSettings
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v3beta1/classes.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb
Instance Attribute Summary collapse
-
#audio_export_gcs_destination ⇒ Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1GcsDestination
Corresponds to the JSON property
audioExportGcsDestination. -
#dtmf_settings ⇒ Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettings
Corresponds to the JSON property
dtmfSettings. -
#logging_settings ⇒ Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettings
Corresponds to the JSON property
loggingSettings. -
#speech_settings ⇒ Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1AdvancedSettingsSpeechSettings
Corresponds to the JSON property
speechSettings.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1AdvancedSettings
constructor
A new instance of GoogleCloudDialogflowCxV3beta1AdvancedSettings.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1AdvancedSettings
Returns a new instance of GoogleCloudDialogflowCxV3beta1AdvancedSettings.
3719 3720 3721 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 3719 def initialize(**args) update!(**args) end |
Instance Attribute Details
#audio_export_gcs_destination ⇒ Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1GcsDestination
Corresponds to the JSON property audioExportGcsDestination
3702 3703 3704 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 3702 def audio_export_gcs_destination @audio_export_gcs_destination end |
#dtmf_settings ⇒ Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettings
Corresponds to the JSON property dtmfSettings
3707 3708 3709 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 3707 def dtmf_settings @dtmf_settings end |
#logging_settings ⇒ Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettings
Corresponds to the JSON property loggingSettings
3712 3713 3714 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 3712 def logging_settings @logging_settings end |
#speech_settings ⇒ Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1AdvancedSettingsSpeechSettings
Corresponds to the JSON property speechSettings
3717 3718 3719 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 3717 def speech_settings @speech_settings end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3724 3725 3726 3727 3728 3729 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 3724 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 |