Module: Aws::LexModelBuildingService::Client::_GetBotResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetBotResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #abort_statement ⇒ Types::Statement
- #checksum ⇒ ::String
- #child_directed ⇒ Boolean
- #clarification_prompt ⇒ Types::Prompt
- #created_date ⇒ ::Time
- #description ⇒ ::String
- #detect_sentiment ⇒ Boolean
- #enable_model_improvements ⇒ Boolean
- #failure_reason ⇒ ::String
- #idle_session_ttl_in_seconds ⇒ ::Integer
- #intents ⇒ ::Array[Types::Intent]
- #last_updated_date ⇒ ::Time
- #locale ⇒ "de-DE", ...
- #name ⇒ ::String
- #nlu_intent_confidence_threshold ⇒ ::Float
- #status ⇒ "BUILDING", ...
- #version ⇒ ::String
- #voice_id ⇒ ::String
Instance Method Details
#abort_statement ⇒ Types::Statement
225 |
# File 'sig/client.rbs', line 225
def abort_statement: () -> Types::Statement
|
#checksum ⇒ ::String
232 |
# File 'sig/client.rbs', line 232
def checksum: () -> ::String
|
#child_directed ⇒ Boolean
235 |
# File 'sig/client.rbs', line 235
def child_directed: () -> bool
|
#clarification_prompt ⇒ Types::Prompt
224 |
# File 'sig/client.rbs', line 224
def clarification_prompt: () -> Types::Prompt
|
#created_date ⇒ ::Time
229 |
# File 'sig/client.rbs', line 229
def created_date: () -> ::Time
|
#description ⇒ ::String
220 |
# File 'sig/client.rbs', line 220
def description: () -> ::String
|
#detect_sentiment ⇒ Boolean
236 |
# File 'sig/client.rbs', line 236
def detect_sentiment: () -> bool
|
#enable_model_improvements ⇒ Boolean
222 |
# File 'sig/client.rbs', line 222
def enable_model_improvements: () -> bool
|
#failure_reason ⇒ ::String
227 |
# File 'sig/client.rbs', line 227
def failure_reason: () -> ::String
|
#idle_session_ttl_in_seconds ⇒ ::Integer
230 |
# File 'sig/client.rbs', line 230
def idle_session_ttl_in_seconds: () -> ::Integer
|
#intents ⇒ ::Array[Types::Intent]
221 |
# File 'sig/client.rbs', line 221
def intents: () -> ::Array[Types::Intent]
|
#last_updated_date ⇒ ::Time
228 |
# File 'sig/client.rbs', line 228
def last_updated_date: () -> ::Time
|
#locale ⇒ "de-DE", ...
234 |
# File 'sig/client.rbs', line 234
def locale: () -> ("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")
|
#name ⇒ ::String
219 |
# File 'sig/client.rbs', line 219
def name: () -> ::String
|
#nlu_intent_confidence_threshold ⇒ ::Float
223 |
# File 'sig/client.rbs', line 223
def nlu_intent_confidence_threshold: () -> ::Float
|
#status ⇒ "BUILDING", ...
226 |
# File 'sig/client.rbs', line 226
def status: () -> ("BUILDING" | "READY" | "READY_BASIC_TESTING" | "FAILED" | "NOT_BUILT")
|
#version ⇒ ::String
233 |
# File 'sig/client.rbs', line 233
def version: () -> ::String
|
#voice_id ⇒ ::String
231 |
# File 'sig/client.rbs', line 231
def voice_id: () -> ::String
|