Module: Aws::LexModelsV2::Client::_CreateBotLocaleResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateBotLocaleResponse]
- 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
- #generative_ai_settings ⇒ Types::GenerativeAISettings
- #locale_id ⇒ ::String
- #locale_name ⇒ ::String
- #nlu_intent_confidence_threshold ⇒ ::Float
- #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
247 |
# File 'sig/client.rbs', line 247
def audio_filler_settings: () -> Types::AudioFillerSettings
|
#bot_id ⇒ ::String
239 |
# File 'sig/client.rbs', line 239
def bot_id: () -> ::String
|
#bot_locale_status ⇒ "Creating", ...
249 |
# File 'sig/client.rbs', line 249
def bot_locale_status: () -> ("Creating" | "Building" | "Built" | "ReadyExpressTesting" | "Failed" | "Deleting" | "NotBuilt" | "Importing" | "Processing")
|
#bot_version ⇒ ::String
240 |
# File 'sig/client.rbs', line 240
def bot_version: () -> ::String
|
#creation_date_time ⇒ ::Time
250 |
# File 'sig/client.rbs', line 250
def creation_date_time: () -> ::Time
|
#description ⇒ ::String
243 |
# File 'sig/client.rbs', line 243
def description: () -> ::String
|
#generative_ai_settings ⇒ Types::GenerativeAISettings
251 |
# File 'sig/client.rbs', line 251
def generative_ai_settings: () -> Types::GenerativeAISettings
|
#locale_id ⇒ ::String
242 |
# File 'sig/client.rbs', line 242
def locale_id: () -> ::String
|
#locale_name ⇒ ::String
241 |
# File 'sig/client.rbs', line 241
def locale_name: () -> ::String
|
#nlu_intent_confidence_threshold ⇒ ::Float
244 |
# File 'sig/client.rbs', line 244
def nlu_intent_confidence_threshold: () -> ::Float
|
#speech_detection_sensitivity ⇒ "Default", ...
252 |
# File 'sig/client.rbs', line 252
def speech_detection_sensitivity: () -> ("Default" | "HighNoiseTolerance" | "MaximumNoiseTolerance")
|
#speech_recognition_settings ⇒ Types::SpeechRecognitionSettings
248 |
# File 'sig/client.rbs', line 248
def speech_recognition_settings: () -> Types::SpeechRecognitionSettings
|
#unified_speech_settings ⇒ Types::UnifiedSpeechSettings
246 |
# File 'sig/client.rbs', line 246
def unified_speech_settings: () -> Types::UnifiedSpeechSettings
|
#voice_settings ⇒ Types::VoiceSettings
245 |
# File 'sig/client.rbs', line 245
def voice_settings: () -> Types::VoiceSettings
|