Module: Aws::LexModelBuildingService::Client::_PutBotAliasResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::PutBotAliasResponse]
- 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
- #tags ⇒ ::Array[Types::Tag]
Instance Method Details
#bot_name ⇒ ::String
630 |
# File 'sig/client.rbs', line 630 def bot_name: () -> ::String |
#bot_version ⇒ ::String
629 |
# File 'sig/client.rbs', line 629 def bot_version: () -> ::String |
#checksum ⇒ ::String
633 |
# File 'sig/client.rbs', line 633 def checksum: () -> ::String |
#conversation_logs ⇒ Types::ConversationLogsResponse
634 |
# File 'sig/client.rbs', line 634 def conversation_logs: () -> Types::ConversationLogsResponse |
#created_date ⇒ ::Time
632 |
# File 'sig/client.rbs', line 632 def created_date: () -> ::Time |
#description ⇒ ::String
628 |
# File 'sig/client.rbs', line 628 def description: () -> ::String |
#last_updated_date ⇒ ::Time
631 |
# File 'sig/client.rbs', line 631 def last_updated_date: () -> ::Time |
#name ⇒ ::String
627 |
# File 'sig/client.rbs', line 627 def name: () -> ::String |
#tags ⇒ ::Array[Types::Tag]
635 |
# File 'sig/client.rbs', line 635 def tags: () -> ::Array[Types::Tag] |