Class: Aws::Types::CreateBotLocaleResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateBotLocaleResponse
- 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_locale_status ⇒ "Creating", ...
Returns the value of attribute bot_locale_status.
-
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
-
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
-
#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.
-
#locale_name ⇒ ::String
Returns the value of attribute locale_name.
-
#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.
805 806 807 |
# File 'sig/types.rbs', line 805 def audio_filler_settings @audio_filler_settings end |
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
797 798 799 |
# File 'sig/types.rbs', line 797 def bot_id @bot_id end |
#bot_locale_status ⇒ "Creating", ...
Returns the value of attribute bot_locale_status.
807 808 809 |
# File 'sig/types.rbs', line 807 def bot_locale_status @bot_locale_status end |
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
798 799 800 |
# File 'sig/types.rbs', line 798 def bot_version @bot_version end |
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
808 809 810 |
# File 'sig/types.rbs', line 808 def creation_date_time @creation_date_time end |
#description ⇒ ::String
Returns the value of attribute description.
801 802 803 |
# File 'sig/types.rbs', line 801 def description @description end |
#generative_ai_settings ⇒ Types::GenerativeAISettings
Returns the value of attribute generative_ai_settings.
809 810 811 |
# File 'sig/types.rbs', line 809 def generative_ai_settings @generative_ai_settings end |
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
800 801 802 |
# File 'sig/types.rbs', line 800 def locale_id @locale_id end |
#locale_name ⇒ ::String
Returns the value of attribute locale_name.
799 800 801 |
# File 'sig/types.rbs', line 799 def locale_name @locale_name end |
#nlu_intent_confidence_threshold ⇒ ::Float
Returns the value of attribute nlu_intent_confidence_threshold.
802 803 804 |
# File 'sig/types.rbs', line 802 def nlu_intent_confidence_threshold @nlu_intent_confidence_threshold end |
#speaker_diarization_settings ⇒ Types::SpeakerDiarizationSettings
Returns the value of attribute speaker_diarization_settings.
811 812 813 |
# File 'sig/types.rbs', line 811 def speaker_diarization_settings @speaker_diarization_settings end |
#speech_detection_sensitivity ⇒ "Default", ...
Returns the value of attribute speech_detection_sensitivity.
810 811 812 |
# File 'sig/types.rbs', line 810 def speech_detection_sensitivity @speech_detection_sensitivity end |
#speech_recognition_settings ⇒ Types::SpeechRecognitionSettings
Returns the value of attribute speech_recognition_settings.
806 807 808 |
# File 'sig/types.rbs', line 806 def speech_recognition_settings @speech_recognition_settings end |
#unified_speech_settings ⇒ Types::UnifiedSpeechSettings
Returns the value of attribute unified_speech_settings.
804 805 806 |
# File 'sig/types.rbs', line 804 def unified_speech_settings @unified_speech_settings end |
#voice_settings ⇒ Types::VoiceSettings
Returns the value of attribute voice_settings.
803 804 805 |
# File 'sig/types.rbs', line 803 def voice_settings @voice_settings end |