Module: Aws::LexModelsV2::Client::_UpdateBotResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateBotResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #bot_id ⇒ ::String
- #bot_members ⇒ ::Array[Types::BotMember]
- #bot_name ⇒ ::String
- #bot_status ⇒ "Creating", ...
- #bot_type ⇒ "Bot", "BotNetwork"
- #creation_date_time ⇒ ::Time
- #data_privacy ⇒ Types::DataPrivacy
- #description ⇒ ::String
- #error_log_settings ⇒ Types::ErrorLogSettings
- #idle_session_ttl_in_seconds ⇒ ::Integer
- #last_updated_date_time ⇒ ::Time
- #role_arn ⇒ ::String
Instance Method Details
#bot_id ⇒ ::String
2263 |
# File 'sig/client.rbs', line 2263 def bot_id: () -> ::String |
#bot_members ⇒ ::Array[Types::BotMember]
2273 |
# File 'sig/client.rbs', line 2273 def bot_members: () -> ::Array[Types::BotMember] |
#bot_name ⇒ ::String
2264 |
# File 'sig/client.rbs', line 2264 def bot_name: () -> ::String |
#bot_status ⇒ "Creating", ...
2269 |
# File 'sig/client.rbs', line 2269 def bot_status: () -> ("Creating" | "Available" | "Inactive" | "Deleting" | "Failed" | "Versioning" | "Importing" | "Updating") |
#bot_type ⇒ "Bot", "BotNetwork"
2272 |
# File 'sig/client.rbs', line 2272 def bot_type: () -> ("Bot" | "BotNetwork") |
#creation_date_time ⇒ ::Time
2270 |
# File 'sig/client.rbs', line 2270 def creation_date_time: () -> ::Time |
#data_privacy ⇒ Types::DataPrivacy
2267 |
# File 'sig/client.rbs', line 2267 def data_privacy: () -> Types::DataPrivacy |
#description ⇒ ::String
2265 |
# File 'sig/client.rbs', line 2265 def description: () -> ::String |
#error_log_settings ⇒ Types::ErrorLogSettings
2274 |
# File 'sig/client.rbs', line 2274 def error_log_settings: () -> Types::ErrorLogSettings |
#idle_session_ttl_in_seconds ⇒ ::Integer
2268 |
# File 'sig/client.rbs', line 2268 def idle_session_ttl_in_seconds: () -> ::Integer |
#last_updated_date_time ⇒ ::Time
2271 |
# File 'sig/client.rbs', line 2271 def last_updated_date_time: () -> ::Time |
#role_arn ⇒ ::String
2266 |
# File 'sig/client.rbs', line 2266 def role_arn: () -> ::String |