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
2255 |
# File 'sig/client.rbs', line 2255
def bot_id: () -> ::String
|
#bot_members ⇒ ::Array[Types::BotMember]
2265 |
# File 'sig/client.rbs', line 2265
def bot_members: () -> ::Array[Types::BotMember]
|
#bot_name ⇒ ::String
2256 |
# File 'sig/client.rbs', line 2256
def bot_name: () -> ::String
|
#bot_status ⇒ "Creating", ...
2261 |
# File 'sig/client.rbs', line 2261
def bot_status: () -> ("Creating" | "Available" | "Inactive" | "Deleting" | "Failed" | "Versioning" | "Importing" | "Updating")
|
#bot_type ⇒ "Bot", "BotNetwork"
2264 |
# File 'sig/client.rbs', line 2264
def bot_type: () -> ("Bot" | "BotNetwork")
|
#creation_date_time ⇒ ::Time
2262 |
# File 'sig/client.rbs', line 2262
def creation_date_time: () -> ::Time
|
#data_privacy ⇒ Types::DataPrivacy
2259 |
# File 'sig/client.rbs', line 2259
def data_privacy: () -> Types::DataPrivacy
|
#description ⇒ ::String
2257 |
# File 'sig/client.rbs', line 2257
def description: () -> ::String
|
#error_log_settings ⇒ Types::ErrorLogSettings
2266 |
# File 'sig/client.rbs', line 2266
def error_log_settings: () -> Types::ErrorLogSettings
|
#idle_session_ttl_in_seconds ⇒ ::Integer
2260 |
# File 'sig/client.rbs', line 2260
def idle_session_ttl_in_seconds: () -> ::Integer
|
#last_updated_date_time ⇒ ::Time
2263 |
# File 'sig/client.rbs', line 2263
def last_updated_date_time: () -> ::Time
|
#role_arn ⇒ ::String
2258 |
# File 'sig/client.rbs', line 2258
def role_arn: () -> ::String
|