Module: Aws::LexModelBuildingService::Client::_CreateBotVersionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateBotVersionResponse]
- 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
- #status ⇒ "BUILDING", ...
- #version ⇒ ::String
- #voice_id ⇒ ::String
Instance Method Details
#abort_statement ⇒ Types::Statement
87 |
# File 'sig/client.rbs', line 87
def abort_statement: () -> Types::Statement
|
#checksum ⇒ ::String
94 |
# File 'sig/client.rbs', line 94
def checksum: () -> ::String
|
#child_directed ⇒ Boolean
97 |
# File 'sig/client.rbs', line 97
def child_directed: () -> bool
|
#clarification_prompt ⇒ Types::Prompt
86 |
# File 'sig/client.rbs', line 86
def clarification_prompt: () -> Types::Prompt
|
#created_date ⇒ ::Time
91 |
# File 'sig/client.rbs', line 91
def created_date: () -> ::Time
|
#description ⇒ ::String
84 |
# File 'sig/client.rbs', line 84
def description: () -> ::String
|
#detect_sentiment ⇒ Boolean
99 |
# File 'sig/client.rbs', line 99
def detect_sentiment: () -> bool
|
#enable_model_improvements ⇒ Boolean
98 |
# File 'sig/client.rbs', line 98
def enable_model_improvements: () -> bool
|
#failure_reason ⇒ ::String
89 |
# File 'sig/client.rbs', line 89
def failure_reason: () -> ::String
|
#idle_session_ttl_in_seconds ⇒ ::Integer
92 |
# File 'sig/client.rbs', line 92
def idle_session_ttl_in_seconds: () -> ::Integer
|
#intents ⇒ ::Array[Types::Intent]
85 |
# File 'sig/client.rbs', line 85
def intents: () -> ::Array[Types::Intent]
|
#last_updated_date ⇒ ::Time
90 |
# File 'sig/client.rbs', line 90
def last_updated_date: () -> ::Time
|
#locale ⇒ "de-DE", ...
96 |
# File 'sig/client.rbs', line 96
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
83 |
# File 'sig/client.rbs', line 83
def name: () -> ::String
|
#status ⇒ "BUILDING", ...
88 |
# File 'sig/client.rbs', line 88
def status: () -> ("BUILDING" | "READY" | "READY_BASIC_TESTING" | "FAILED" | "NOT_BUILT")
|
#version ⇒ ::String
95 |
# File 'sig/client.rbs', line 95
def version: () -> ::String
|
#voice_id ⇒ ::String
93 |
# File 'sig/client.rbs', line 93
def voice_id: () -> ::String
|