Module: Aws::LexModelsV2::Client::_StartBotAnalyzerResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StartBotAnalyzerResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #bot_analyzer_request_id ⇒ ::String
- #bot_analyzer_status ⇒ "Processing", ...
- #bot_id ⇒ ::String
- #bot_version ⇒ ::String
- #creation_date_time ⇒ ::Time
- #locale_id ⇒ ::String
Instance Method Details
#bot_analyzer_request_id ⇒ ::String
1994 |
# File 'sig/client.rbs', line 1994
def bot_analyzer_request_id: () -> ::String
|
#bot_analyzer_status ⇒ "Processing", ...
1993 |
# File 'sig/client.rbs', line 1993
def bot_analyzer_status: () -> ("Processing" | "Available" | "Failed" | "Stopping" | "Stopped")
|
#bot_id ⇒ ::String
1990 |
# File 'sig/client.rbs', line 1990
def bot_id: () -> ::String
|
#bot_version ⇒ ::String
1991 |
# File 'sig/client.rbs', line 1991
def bot_version: () -> ::String
|
#creation_date_time ⇒ ::Time
1995 |
# File 'sig/client.rbs', line 1995
def creation_date_time: () -> ::Time
|
#locale_id ⇒ ::String
1992 |
# File 'sig/client.rbs', line 1992
def locale_id: () -> ::String
|