Class: Aws::Types::UpdateBotLocaleResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateBotLocaleResponse
- 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.
-
#failure_reasons ⇒ ::Array[::String]
Returns the value of attribute failure_reasons.
-
#generative_ai_settings ⇒ Types::GenerativeAISettings
Returns the value of attribute generative_ai_settings.
-
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
-
#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.
-
#recommended_actions ⇒ ::Array[::String]
Returns the value of attribute recommended_actions.
-
#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.
3558 3559 3560 |
# File 'sig/types.rbs', line 3558 def audio_filler_settings @audio_filler_settings end |
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
3550 3551 3552 |
# File 'sig/types.rbs', line 3550 def bot_id @bot_id end |
#bot_locale_status ⇒ "Creating", ...
Returns the value of attribute bot_locale_status.
3560 3561 3562 |
# File 'sig/types.rbs', line 3560 def bot_locale_status @bot_locale_status end |
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
3551 3552 3553 |
# File 'sig/types.rbs', line 3551 def bot_version @bot_version end |
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
3562 3563 3564 |
# File 'sig/types.rbs', line 3562 def creation_date_time @creation_date_time end |
#description ⇒ ::String
Returns the value of attribute description.
3554 3555 3556 |
# File 'sig/types.rbs', line 3554 def description @description end |
#failure_reasons ⇒ ::Array[::String]
Returns the value of attribute failure_reasons.
3561 3562 3563 |
# File 'sig/types.rbs', line 3561 def failure_reasons @failure_reasons end |
#generative_ai_settings ⇒ Types::GenerativeAISettings
Returns the value of attribute generative_ai_settings.
3565 3566 3567 |
# File 'sig/types.rbs', line 3565 def generative_ai_settings @generative_ai_settings end |
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
3563 3564 3565 |
# File 'sig/types.rbs', line 3563 def last_updated_date_time @last_updated_date_time end |
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
3552 3553 3554 |
# File 'sig/types.rbs', line 3552 def locale_id @locale_id end |
#locale_name ⇒ ::String
Returns the value of attribute locale_name.
3553 3554 3555 |
# File 'sig/types.rbs', line 3553 def locale_name @locale_name end |
#nlu_intent_confidence_threshold ⇒ ::Float
Returns the value of attribute nlu_intent_confidence_threshold.
3555 3556 3557 |
# File 'sig/types.rbs', line 3555 def nlu_intent_confidence_threshold @nlu_intent_confidence_threshold end |
#recommended_actions ⇒ ::Array[::String]
Returns the value of attribute recommended_actions.
3564 3565 3566 |
# File 'sig/types.rbs', line 3564 def recommended_actions @recommended_actions end |
#speaker_diarization_settings ⇒ Types::SpeakerDiarizationSettings
Returns the value of attribute speaker_diarization_settings.
3567 3568 3569 |
# File 'sig/types.rbs', line 3567 def speaker_diarization_settings @speaker_diarization_settings end |
#speech_detection_sensitivity ⇒ "Default", ...
Returns the value of attribute speech_detection_sensitivity.
3566 3567 3568 |
# File 'sig/types.rbs', line 3566 def speech_detection_sensitivity @speech_detection_sensitivity end |
#speech_recognition_settings ⇒ Types::SpeechRecognitionSettings
Returns the value of attribute speech_recognition_settings.
3559 3560 3561 |
# File 'sig/types.rbs', line 3559 def speech_recognition_settings @speech_recognition_settings end |
#unified_speech_settings ⇒ Types::UnifiedSpeechSettings
Returns the value of attribute unified_speech_settings.
3557 3558 3559 |
# File 'sig/types.rbs', line 3557 def unified_speech_settings @unified_speech_settings end |
#voice_settings ⇒ Types::VoiceSettings
Returns the value of attribute voice_settings.
3556 3557 3558 |
# File 'sig/types.rbs', line 3556 def voice_settings @voice_settings end |