Class: Aws::Types::DescribeBotLocaleResponse

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.



1362
1363
1364
# File 'sig/types.rbs', line 1362

def audio_filler_settings
  @audio_filler_settings
end

#bot_id ⇒ ::String

Returns the value of attribute bot_id.

Returns:

  • (::String)


1354
1355
1356
# File 'sig/types.rbs', line 1354

def bot_id
  @bot_id
end

#bot_locale_history_events ⇒ ::Array[Types::BotLocaleHistoryEvent]

Returns the value of attribute bot_locale_history_events.

Returns:



1371
1372
1373
# File 'sig/types.rbs', line 1371

def bot_locale_history_events
  @bot_locale_history_events
end

#bot_locale_status ⇒ "Creating", ...

Returns the value of attribute bot_locale_status.

Returns:

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


1366
1367
1368
# File 'sig/types.rbs', line 1366

def bot_locale_status
  @bot_locale_status
end

#bot_version ⇒ ::String

Returns the value of attribute bot_version.

Returns:

  • (::String)


1355
1356
1357
# File 'sig/types.rbs', line 1355

def bot_version
  @bot_version
end

#creation_date_time ⇒ ::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::Time)


1368
1369
1370
# File 'sig/types.rbs', line 1368

def creation_date_time
  @creation_date_time
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


1358
1359
1360
# File 'sig/types.rbs', line 1358

def description
  @description
end

#failure_reasons ⇒ ::Array[::String]

Returns the value of attribute failure_reasons.

Returns:

  • (::Array[::String])


1367
1368
1369
# File 'sig/types.rbs', line 1367

def failure_reasons
  @failure_reasons
end

#generative_ai_settings ⇒ Types::GenerativeAISettings

Returns the value of attribute generative_ai_settings.



1373
1374
1375
# File 'sig/types.rbs', line 1373

def generative_ai_settings
  @generative_ai_settings
end

#intents_count ⇒ ::Integer

Returns the value of attribute intents_count.

Returns:

  • (::Integer)


1364
1365
1366
# File 'sig/types.rbs', line 1364

def intents_count
  @intents_count
end

#last_build_submitted_date_time ⇒ ::Time

Returns the value of attribute last_build_submitted_date_time.

Returns:

  • (::Time)


1370
1371
1372
# File 'sig/types.rbs', line 1370

def 
  @last_build_submitted_date_time
end

#last_updated_date_time ⇒ ::Time

Returns the value of attribute last_updated_date_time.

Returns:

  • (::Time)


1369
1370
1371
# File 'sig/types.rbs', line 1369

def last_updated_date_time
  @last_updated_date_time
end

#locale_id ⇒ ::String

Returns the value of attribute locale_id.

Returns:

  • (::String)


1356
1357
1358
# File 'sig/types.rbs', line 1356

def locale_id
  @locale_id
end

#locale_name ⇒ ::String

Returns the value of attribute locale_name.

Returns:

  • (::String)


1357
1358
1359
# File 'sig/types.rbs', line 1357

def locale_name
  @locale_name
end

#nlu_intent_confidence_threshold ⇒ ::Float

Returns the value of attribute nlu_intent_confidence_threshold.

Returns:

  • (::Float)


1359
1360
1361
# File 'sig/types.rbs', line 1359

def nlu_intent_confidence_threshold
  @nlu_intent_confidence_threshold
end

Returns the value of attribute recommended_actions.

Returns:

  • (::Array[::String])


1372
1373
1374
# File 'sig/types.rbs', line 1372

def recommended_actions
  @recommended_actions
end

#slot_types_count ⇒ ::Integer

Returns the value of attribute slot_types_count.

Returns:

  • (::Integer)


1365
1366
1367
# File 'sig/types.rbs', line 1365

def slot_types_count
  @slot_types_count
end

#speaker_diarization_settings ⇒ Types::SpeakerDiarizationSettings

Returns the value of attribute speaker_diarization_settings.



1375
1376
1377
# File 'sig/types.rbs', line 1375

def speaker_diarization_settings
  @speaker_diarization_settings
end

#speech_detection_sensitivity ⇒ "Default", ...

Returns the value of attribute speech_detection_sensitivity.

Returns:

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


1374
1375
1376
# File 'sig/types.rbs', line 1374

def speech_detection_sensitivity
  @speech_detection_sensitivity
end

#speech_recognition_settings ⇒ Types::SpeechRecognitionSettings

Returns the value of attribute speech_recognition_settings.



1363
1364
1365
# File 'sig/types.rbs', line 1363

def speech_recognition_settings
  @speech_recognition_settings
end

#unified_speech_settings ⇒ Types::UnifiedSpeechSettings

Returns the value of attribute unified_speech_settings.



1361
1362
1363
# File 'sig/types.rbs', line 1361

def unified_speech_settings
  @unified_speech_settings
end

#voice_settings ⇒ Types::VoiceSettings

Returns the value of attribute voice_settings.



1360
1361
1362
# File 'sig/types.rbs', line 1360

def voice_settings
  @voice_settings
end