Class: Aws::Types::UpdateBotLocaleRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateBotLocaleRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audio_filler_settings ⇒ Types::AudioFillerSettings
Returns the value of attribute audio_filler_settings.
-
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
-
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#generative_ai_settings ⇒ Types::GenerativeAISettings
Returns the value of attribute generative_ai_settings.
-
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
-
#nlu_intent_confidence_threshold ⇒ ::Float
Returns the value of attribute nlu_intent_confidence_threshold.
-
#speaker_diarization_settings ⇒ Types::SpeakerDiarizationSettings
Returns the value of attribute speaker_diarization_settings.
-
#speech_detection_sensitivity ⇒ "Default", ...
Returns the value of attribute speech_detection_sensitivity.
-
#speech_recognition_settings ⇒ Types::SpeechRecognitionSettings
Returns the value of attribute speech_recognition_settings.
-
#unified_speech_settings ⇒ Types::UnifiedSpeechSettings
Returns the value of attribute unified_speech_settings.
-
#voice_settings ⇒ Types::VoiceSettings
Returns the value of attribute voice_settings.
Instance Attribute Details
#audio_filler_settings ⇒ Types::AudioFillerSettings
Returns the value of attribute audio_filler_settings.
3541 3542 3543 |
# File 'sig/types.rbs', line 3541 def audio_filler_settings @audio_filler_settings end |
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
3534 3535 3536 |
# File 'sig/types.rbs', line 3534 def bot_id @bot_id end |
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
3535 3536 3537 |
# File 'sig/types.rbs', line 3535 def bot_version @bot_version end |
#description ⇒ ::String
Returns the value of attribute description.
3537 3538 3539 |
# File 'sig/types.rbs', line 3537 def description @description end |
#generative_ai_settings ⇒ Types::GenerativeAISettings
Returns the value of attribute generative_ai_settings.
3543 3544 3545 |
# File 'sig/types.rbs', line 3543 def generative_ai_settings @generative_ai_settings end |
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
3536 3537 3538 |
# File 'sig/types.rbs', line 3536 def locale_id @locale_id end |
#nlu_intent_confidence_threshold ⇒ ::Float
Returns the value of attribute nlu_intent_confidence_threshold.
3538 3539 3540 |
# File 'sig/types.rbs', line 3538 def nlu_intent_confidence_threshold @nlu_intent_confidence_threshold end |
#speaker_diarization_settings ⇒ Types::SpeakerDiarizationSettings
Returns the value of attribute speaker_diarization_settings.
3545 3546 3547 |
# File 'sig/types.rbs', line 3545 def speaker_diarization_settings @speaker_diarization_settings end |
#speech_detection_sensitivity ⇒ "Default", ...
Returns the value of attribute speech_detection_sensitivity.
3544 3545 3546 |
# File 'sig/types.rbs', line 3544 def speech_detection_sensitivity @speech_detection_sensitivity end |
#speech_recognition_settings ⇒ Types::SpeechRecognitionSettings
Returns the value of attribute speech_recognition_settings.
3542 3543 3544 |
# File 'sig/types.rbs', line 3542 def speech_recognition_settings @speech_recognition_settings end |
#unified_speech_settings ⇒ Types::UnifiedSpeechSettings
Returns the value of attribute unified_speech_settings.
3540 3541 3542 |
# File 'sig/types.rbs', line 3540 def unified_speech_settings @unified_speech_settings end |
#voice_settings ⇒ Types::VoiceSettings
Returns the value of attribute voice_settings.
3539 3540 3541 |
# File 'sig/types.rbs', line 3539 def voice_settings @voice_settings end |