Class: Aws::Types::CreateBotLocaleResponse

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.



805
806
807
# File 'sig/types.rbs', line 805

def audio_filler_settings
  @audio_filler_settings
end

#bot_id ⇒ ::String

Returns the value of attribute bot_id.

Returns:

  • (::String)


797
798
799
# File 'sig/types.rbs', line 797

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")


807
808
809
# File 'sig/types.rbs', line 807

def bot_locale_status
  @bot_locale_status
end

#bot_version ⇒ ::String

Returns the value of attribute bot_version.

Returns:

  • (::String)


798
799
800
# File 'sig/types.rbs', line 798

def bot_version
  @bot_version
end

#creation_date_time ⇒ ::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::Time)


808
809
810
# File 'sig/types.rbs', line 808

def creation_date_time
  @creation_date_time
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


801
802
803
# File 'sig/types.rbs', line 801

def description
  @description
end

#generative_ai_settings ⇒ Types::GenerativeAISettings

Returns the value of attribute generative_ai_settings.



809
810
811
# File 'sig/types.rbs', line 809

def generative_ai_settings
  @generative_ai_settings
end

#locale_id ⇒ ::String

Returns the value of attribute locale_id.

Returns:

  • (::String)


800
801
802
# File 'sig/types.rbs', line 800

def locale_id
  @locale_id
end

#locale_name ⇒ ::String

Returns the value of attribute locale_name.

Returns:

  • (::String)


799
800
801
# File 'sig/types.rbs', line 799

def locale_name
  @locale_name
end

#nlu_intent_confidence_threshold ⇒ ::Float

Returns the value of attribute nlu_intent_confidence_threshold.

Returns:

  • (::Float)


802
803
804
# File 'sig/types.rbs', line 802

def nlu_intent_confidence_threshold
  @nlu_intent_confidence_threshold
end

#speaker_diarization_settings ⇒ Types::SpeakerDiarizationSettings

Returns the value of attribute speaker_diarization_settings.



811
812
813
# File 'sig/types.rbs', line 811

def speaker_diarization_settings
  @speaker_diarization_settings
end

#speech_detection_sensitivity ⇒ "Default", ...

Returns the value of attribute speech_detection_sensitivity.

Returns:

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


810
811
812
# File 'sig/types.rbs', line 810

def speech_detection_sensitivity
  @speech_detection_sensitivity
end

#speech_recognition_settings ⇒ Types::SpeechRecognitionSettings

Returns the value of attribute speech_recognition_settings.



806
807
808
# File 'sig/types.rbs', line 806

def speech_recognition_settings
  @speech_recognition_settings
end

#unified_speech_settings ⇒ Types::UnifiedSpeechSettings

Returns the value of attribute unified_speech_settings.



804
805
806
# File 'sig/types.rbs', line 804

def unified_speech_settings
  @unified_speech_settings
end

#voice_settings ⇒ Types::VoiceSettings

Returns the value of attribute voice_settings.



803
804
805
# File 'sig/types.rbs', line 803

def voice_settings
  @voice_settings
end