Module: Aws::LexModelBuildingService::Client::_GetBotAliasResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetBotAliasResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #bot_name ⇒ ::String
- #bot_version ⇒ ::String
- #checksum ⇒ ::String
- #conversation_logs ⇒ Types::ConversationLogsResponse
- #created_date ⇒ ::Time
- #description ⇒ ::String
- #last_updated_date ⇒ ::Time
- #name ⇒ ::String
Instance Method Details
#bot_name ⇒ ::String
250 |
# File 'sig/client.rbs', line 250
def bot_name: () -> ::String
|
#bot_version ⇒ ::String
249 |
# File 'sig/client.rbs', line 249
def bot_version: () -> ::String
|
#checksum ⇒ ::String
253 |
# File 'sig/client.rbs', line 253
def checksum: () -> ::String
|
#conversation_logs ⇒ Types::ConversationLogsResponse
254 |
# File 'sig/client.rbs', line 254
def conversation_logs: () -> Types::ConversationLogsResponse
|
#created_date ⇒ ::Time
252 |
# File 'sig/client.rbs', line 252
def created_date: () -> ::Time
|
#description ⇒ ::String
248 |
# File 'sig/client.rbs', line 248
def description: () -> ::String
|
#last_updated_date ⇒ ::Time
251 |
# File 'sig/client.rbs', line 251
def last_updated_date: () -> ::Time
|
#name ⇒ ::String
247 |
# File 'sig/client.rbs', line 247
def name: () -> ::String
|