Class: Aws::Types::CreateBotVersionResponse

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:



107
108
109
# File 'sig/types.rbs', line 107

def abort_statement
  @abort_statement
end

#checksum::String

Returns the value of attribute checksum.

Returns:

  • (::String)


114
115
116
# File 'sig/types.rbs', line 114

def checksum
  @checksum
end

#child_directedBoolean

Returns the value of attribute child_directed.

Returns:

  • (Boolean)


117
118
119
# File 'sig/types.rbs', line 117

def child_directed
  @child_directed
end

#clarification_promptTypes::Prompt

Returns the value of attribute clarification_prompt.

Returns:



106
107
108
# File 'sig/types.rbs', line 106

def clarification_prompt
  @clarification_prompt
end

#created_date::Time

Returns the value of attribute created_date.

Returns:

  • (::Time)


111
112
113
# File 'sig/types.rbs', line 111

def created_date
  @created_date
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


104
105
106
# File 'sig/types.rbs', line 104

def description
  @description
end

#detect_sentimentBoolean

Returns the value of attribute detect_sentiment.

Returns:

  • (Boolean)


119
120
121
# File 'sig/types.rbs', line 119

def detect_sentiment
  @detect_sentiment
end

#enable_model_improvementsBoolean

Returns the value of attribute enable_model_improvements.

Returns:

  • (Boolean)


118
119
120
# File 'sig/types.rbs', line 118

def enable_model_improvements
  @enable_model_improvements
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


109
110
111
# File 'sig/types.rbs', line 109

def failure_reason
  @failure_reason
end

#idle_session_ttl_in_seconds::Integer

Returns the value of attribute idle_session_ttl_in_seconds.

Returns:

  • (::Integer)


112
113
114
# File 'sig/types.rbs', line 112

def idle_session_ttl_in_seconds
  @idle_session_ttl_in_seconds
end

#intents::Array[Types::Intent]

Returns the value of attribute intents.

Returns:



105
106
107
# File 'sig/types.rbs', line 105

def intents
  @intents
end

#last_updated_date::Time

Returns the value of attribute last_updated_date.

Returns:

  • (::Time)


110
111
112
# File 'sig/types.rbs', line 110

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


116
117
118
# File 'sig/types.rbs', line 116

def locale
  @locale
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


103
104
105
# File 'sig/types.rbs', line 103

def name
  @name
end

#status"BUILDING", ...

Returns the value of attribute status.

Returns:

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


108
109
110
# File 'sig/types.rbs', line 108

def status
  @status
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


115
116
117
# File 'sig/types.rbs', line 115

def version
  @version
end

#voice_id::String

Returns the value of attribute voice_id.

Returns:

  • (::String)


113
114
115
# File 'sig/types.rbs', line 113

def voice_id
  @voice_id
end