Class: Aws::Types::CreateBotLocaleRequest

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.



788
789
790
# File 'sig/types.rbs', line 788

def audio_filler_settings
  @audio_filler_settings
end

#bot_id ⇒ ::String

Returns the value of attribute bot_id.

Returns:

  • (::String)


781
782
783
# File 'sig/types.rbs', line 781

def bot_id
  @bot_id
end

#bot_version ⇒ ::String

Returns the value of attribute bot_version.

Returns:

  • (::String)


782
783
784
# File 'sig/types.rbs', line 782

def bot_version
  @bot_version
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


784
785
786
# File 'sig/types.rbs', line 784

def description
  @description
end

#generative_ai_settings ⇒ Types::GenerativeAISettings

Returns the value of attribute generative_ai_settings.



790
791
792
# File 'sig/types.rbs', line 790

def generative_ai_settings
  @generative_ai_settings
end

#locale_id ⇒ ::String

Returns the value of attribute locale_id.

Returns:

  • (::String)


783
784
785
# File 'sig/types.rbs', line 783

def locale_id
  @locale_id
end

#nlu_intent_confidence_threshold ⇒ ::Float

Returns the value of attribute nlu_intent_confidence_threshold.

Returns:

  • (::Float)


785
786
787
# File 'sig/types.rbs', line 785

def nlu_intent_confidence_threshold
  @nlu_intent_confidence_threshold
end

#speaker_diarization_settings ⇒ Types::SpeakerDiarizationSettings

Returns the value of attribute speaker_diarization_settings.



792
793
794
# File 'sig/types.rbs', line 792

def speaker_diarization_settings
  @speaker_diarization_settings
end

#speech_detection_sensitivity ⇒ "Default", ...

Returns the value of attribute speech_detection_sensitivity.

Returns:

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


791
792
793
# File 'sig/types.rbs', line 791

def speech_detection_sensitivity
  @speech_detection_sensitivity
end

#speech_recognition_settings ⇒ Types::SpeechRecognitionSettings

Returns the value of attribute speech_recognition_settings.



789
790
791
# File 'sig/types.rbs', line 789

def speech_recognition_settings
  @speech_recognition_settings
end

#unified_speech_settings ⇒ Types::UnifiedSpeechSettings

Returns the value of attribute unified_speech_settings.



787
788
789
# File 'sig/types.rbs', line 787

def unified_speech_settings
  @unified_speech_settings
end

#voice_settings ⇒ Types::VoiceSettings

Returns the value of attribute voice_settings.



786
787
788
# File 'sig/types.rbs', line 786

def voice_settings
  @voice_settings
end