Module: Aws::LexModelsV2::Client::_UpdateBotLocaleResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateBotLocaleResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #audio_filler_settings ⇒ Types::AudioFillerSettings
- #bot_id ⇒ ::String
- #bot_locale_status ⇒ "Creating", ...
- #bot_version ⇒ ::String
- #creation_date_time ⇒ ::Time
- #description ⇒ ::String
- #failure_reasons ⇒ ::Array[::String]
- #generative_ai_settings ⇒ Types::GenerativeAISettings
- #last_updated_date_time ⇒ ::Time
- #locale_id ⇒ ::String
- #locale_name ⇒ ::String
- #nlu_intent_confidence_threshold ⇒ ::Float
- #recommended_actions ⇒ ::Array[::String]
- #speech_detection_sensitivity ⇒ "Default", ...
- #speech_recognition_settings ⇒ Types::SpeechRecognitionSettings
- #unified_speech_settings ⇒ Types::UnifiedSpeechSettings
- #voice_settings ⇒ Types::VoiceSettings
Instance Method Details
#audio_filler_settings ⇒ Types::AudioFillerSettings
2333 |
# File 'sig/client.rbs', line 2333
def audio_filler_settings: () -> Types::AudioFillerSettings
|
#bot_id ⇒ ::String
2325 |
# File 'sig/client.rbs', line 2325
def bot_id: () -> ::String
|
#bot_locale_status ⇒ "Creating", ...
2335 |
# File 'sig/client.rbs', line 2335
def bot_locale_status: () -> ("Creating" | "Building" | "Built" | "ReadyExpressTesting" | "Failed" | "Deleting" | "NotBuilt" | "Importing" | "Processing")
|
#bot_version ⇒ ::String
2326 |
# File 'sig/client.rbs', line 2326
def bot_version: () -> ::String
|
#creation_date_time ⇒ ::Time
2337 |
# File 'sig/client.rbs', line 2337
def creation_date_time: () -> ::Time
|
#description ⇒ ::String
2329 |
# File 'sig/client.rbs', line 2329
def description: () -> ::String
|
#failure_reasons ⇒ ::Array[::String]
2336 |
# File 'sig/client.rbs', line 2336
def failure_reasons: () -> ::Array[::String]
|
#generative_ai_settings ⇒ Types::GenerativeAISettings
2340 |
# File 'sig/client.rbs', line 2340
def generative_ai_settings: () -> Types::GenerativeAISettings
|
#last_updated_date_time ⇒ ::Time
2338 |
# File 'sig/client.rbs', line 2338
def last_updated_date_time: () -> ::Time
|
#locale_id ⇒ ::String
2327 |
# File 'sig/client.rbs', line 2327
def locale_id: () -> ::String
|
#locale_name ⇒ ::String
2328 |
# File 'sig/client.rbs', line 2328
def locale_name: () -> ::String
|
#nlu_intent_confidence_threshold ⇒ ::Float
2330 |
# File 'sig/client.rbs', line 2330
def nlu_intent_confidence_threshold: () -> ::Float
|
#recommended_actions ⇒ ::Array[::String]
2339 |
# File 'sig/client.rbs', line 2339
def recommended_actions: () -> ::Array[::String]
|
#speech_detection_sensitivity ⇒ "Default", ...
2341 |
# File 'sig/client.rbs', line 2341
def speech_detection_sensitivity: () -> ("Default" | "HighNoiseTolerance" | "MaximumNoiseTolerance")
|
#speech_recognition_settings ⇒ Types::SpeechRecognitionSettings
2334 |
# File 'sig/client.rbs', line 2334
def speech_recognition_settings: () -> Types::SpeechRecognitionSettings
|
#unified_speech_settings ⇒ Types::UnifiedSpeechSettings
2332 |
# File 'sig/client.rbs', line 2332
def unified_speech_settings: () -> Types::UnifiedSpeechSettings
|
#voice_settings ⇒ Types::VoiceSettings
2331 |
# File 'sig/client.rbs', line 2331
def voice_settings: () -> Types::VoiceSettings
|