Class: Aws::Types::BotLocaleImportSpecification
- Inherits:
-
Object
- Object
- Aws::Types::BotLocaleImportSpecification
- 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.
-
#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.
491 492 493 |
# File 'sig/types.rbs', line 491 def audio_filler_settings @audio_filler_settings end |
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
483 484 485 |
# File 'sig/types.rbs', line 483 def bot_id @bot_id end |
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
484 485 486 |
# File 'sig/types.rbs', line 484 def bot_version @bot_version end |
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
485 486 487 |
# File 'sig/types.rbs', line 485 def locale_id @locale_id end |
#nlu_intent_confidence_threshold ⇒ ::Float
Returns the value of attribute nlu_intent_confidence_threshold.
486 487 488 |
# File 'sig/types.rbs', line 486 def nlu_intent_confidence_threshold @nlu_intent_confidence_threshold end |
#speaker_diarization_settings ⇒ Types::SpeakerDiarizationSettings
Returns the value of attribute speaker_diarization_settings.
492 493 494 |
# File 'sig/types.rbs', line 492 def speaker_diarization_settings @speaker_diarization_settings end |
#speech_detection_sensitivity ⇒ "Default", ...
Returns the value of attribute speech_detection_sensitivity.
489 490 491 |
# File 'sig/types.rbs', line 489 def speech_detection_sensitivity @speech_detection_sensitivity end |
#speech_recognition_settings ⇒ Types::SpeechRecognitionSettings
Returns the value of attribute speech_recognition_settings.
488 489 490 |
# File 'sig/types.rbs', line 488 def speech_recognition_settings @speech_recognition_settings end |
#unified_speech_settings ⇒ Types::UnifiedSpeechSettings
Returns the value of attribute unified_speech_settings.
490 491 492 |
# File 'sig/types.rbs', line 490 def unified_speech_settings @unified_speech_settings end |
#voice_settings ⇒ Types::VoiceSettings
Returns the value of attribute voice_settings.
487 488 489 |
# File 'sig/types.rbs', line 487 def voice_settings @voice_settings end |