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
1989 |
# File 'sig/client.rbs', line 1989
def bot_analyzer_request_id: () -> ::String
|
#bot_analyzer_status ⇒ "Processing", ...
1988 |
# File 'sig/client.rbs', line 1988
def bot_analyzer_status: () -> ("Processing" | "Available" | "Failed" | "Stopping" | "Stopped")
|
#bot_id ⇒ ::String
1985 |
# File 'sig/client.rbs', line 1985
def bot_id: () -> ::String
|
#bot_version ⇒ ::String
1986 |
# File 'sig/client.rbs', line 1986
def bot_version: () -> ::String
|
#creation_date_time ⇒ ::Time
1990 |
# File 'sig/client.rbs', line 1990
def creation_date_time: () -> ::Time
|
#locale_id ⇒ ::String
1987 |
# File 'sig/client.rbs', line 1987
def locale_id: () -> ::String
|