Class: Aws::Types::GetBotResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#abort_statementTypes::Statement

Returns the value of attribute abort_statement.

Returns:



321
322
323
# File 'sig/types.rbs', line 321

def abort_statement
  @abort_statement
end

#checksum::String

Returns the value of attribute checksum.

Returns:

  • (::String)


328
329
330
# File 'sig/types.rbs', line 328

def checksum
  @checksum
end

#child_directedBoolean

Returns the value of attribute child_directed.

Returns:

  • (Boolean)


331
332
333
# File 'sig/types.rbs', line 331

def child_directed
  @child_directed
end

#clarification_promptTypes::Prompt

Returns the value of attribute clarification_prompt.

Returns:



320
321
322
# File 'sig/types.rbs', line 320

def clarification_prompt
  @clarification_prompt
end

#created_date::Time

Returns the value of attribute created_date.

Returns:

  • (::Time)


325
326
327
# File 'sig/types.rbs', line 325

def created_date
  @created_date
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


316
317
318
# File 'sig/types.rbs', line 316

def description
  @description
end

#detect_sentimentBoolean

Returns the value of attribute detect_sentiment.

Returns:

  • (Boolean)


332
333
334
# File 'sig/types.rbs', line 332

def detect_sentiment
  @detect_sentiment
end

#enable_model_improvementsBoolean

Returns the value of attribute enable_model_improvements.

Returns:

  • (Boolean)


318
319
320
# File 'sig/types.rbs', line 318

def enable_model_improvements
  @enable_model_improvements
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


323
324
325
# File 'sig/types.rbs', line 323

def failure_reason
  @failure_reason
end

#idle_session_ttl_in_seconds::Integer

Returns the value of attribute idle_session_ttl_in_seconds.

Returns:

  • (::Integer)


326
327
328
# File 'sig/types.rbs', line 326

def idle_session_ttl_in_seconds
  @idle_session_ttl_in_seconds
end

#intents::Array[Types::Intent]

Returns the value of attribute intents.

Returns:



317
318
319
# File 'sig/types.rbs', line 317

def intents
  @intents
end

#last_updated_date::Time

Returns the value of attribute last_updated_date.

Returns:

  • (::Time)


324
325
326
# File 'sig/types.rbs', line 324

def last_updated_date
  @last_updated_date
end

#locale"de-DE", ...

Returns the value of attribute locale.

Returns:

  • ("de-DE", "en-AU", "en-GB", "en-IN", "en-US", "es-419", "es-ES", "es-US", "fr-FR", "fr-CA", "it-IT", "ja-JP", "ko-KR")


330
331
332
# File 'sig/types.rbs', line 330

def locale
  @locale
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


315
316
317
# File 'sig/types.rbs', line 315

def name
  @name
end

#nlu_intent_confidence_threshold::Float

Returns the value of attribute nlu_intent_confidence_threshold.

Returns:

  • (::Float)


319
320
321
# File 'sig/types.rbs', line 319

def nlu_intent_confidence_threshold
  @nlu_intent_confidence_threshold
end

#status"BUILDING", ...

Returns the value of attribute status.

Returns:

  • ("BUILDING", "READY", "READY_BASIC_TESTING", "FAILED", "NOT_BUILT")


322
323
324
# File 'sig/types.rbs', line 322

def status
  @status
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


329
330
331
# File 'sig/types.rbs', line 329

def version
  @version
end

#voice_id::String

Returns the value of attribute voice_id.

Returns:

  • (::String)


327
328
329
# File 'sig/types.rbs', line 327

def voice_id
  @voice_id
end