Class: Aws::Types::UpdateBotLocaleResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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.

Returns:

  • (::String)


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.

Returns:

  • ("Creating", "Building", "Built", "ReadyExpressTesting", "Failed", "Deleting", "NotBuilt", "Importing", "Processing")


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.

Returns:

  • (::String)


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.

Returns:

  • (::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.

Returns:

  • (::String)


3554
3555
3556
# File 'sig/types.rbs', line 3554

def description
  @description
end

#failure_reasons ⇒ ::Array[::String]

Returns the value of attribute failure_reasons.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Float)


3555
3556
3557
# File 'sig/types.rbs', line 3555

def nlu_intent_confidence_threshold
  @nlu_intent_confidence_threshold
end

Returns the value of attribute recommended_actions.

Returns:

  • (::Array[::String])


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.

Returns:

  • ("Default", "HighNoiseTolerance", "MaximumNoiseTolerance")


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