Module: Aws::LexModelsV2::Client::_CreateBotResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateBotResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #bot_id ⇒ ::String
- #bot_members ⇒ ::Array[Types::BotMember]
- #bot_name ⇒ ::String
- #bot_status ⇒ "Creating", ...
- #bot_tags ⇒ ::Hash[::String, ::String]
- #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
- #role_arn ⇒ ::String
- #test_bot_alias_tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#bot_id ⇒ ::String
167 |
# File 'sig/client.rbs', line 167
def bot_id: () -> ::String
|
#bot_members ⇒ ::Array[Types::BotMember]
178 |
# File 'sig/client.rbs', line 178
def bot_members: () -> ::Array[Types::BotMember]
|
#bot_name ⇒ ::String
168 |
# File 'sig/client.rbs', line 168
def bot_name: () -> ::String
|
#bot_status ⇒ "Creating", ...
173 |
# File 'sig/client.rbs', line 173
def bot_status: () -> ("Creating" | "Available" | "Inactive" | "Deleting" | "Failed" | "Versioning" | "Importing" | "Updating")
|
#bot_tags ⇒ ::Hash[::String, ::String]
175 |
# File 'sig/client.rbs', line 175
def bot_tags: () -> ::Hash[::String, ::String]
|
#bot_type ⇒ "Bot", "BotNetwork"
177 |
# File 'sig/client.rbs', line 177
def bot_type: () -> ("Bot" | "BotNetwork")
|
#creation_date_time ⇒ ::Time
174 |
# File 'sig/client.rbs', line 174
def creation_date_time: () -> ::Time
|
#data_privacy ⇒ Types::DataPrivacy
171 |
# File 'sig/client.rbs', line 171
def data_privacy: () -> Types::DataPrivacy
|
#description ⇒ ::String
169 |
# File 'sig/client.rbs', line 169
def description: () -> ::String
|
#error_log_settings ⇒ Types::ErrorLogSettings
179 |
# File 'sig/client.rbs', line 179
def error_log_settings: () -> Types::ErrorLogSettings
|
#idle_session_ttl_in_seconds ⇒ ::Integer
172 |
# File 'sig/client.rbs', line 172
def idle_session_ttl_in_seconds: () -> ::Integer
|
#role_arn ⇒ ::String
170 |
# File 'sig/client.rbs', line 170
def role_arn: () -> ::String
|
#test_bot_alias_tags ⇒ ::Hash[::String, ::String]
176 |
# File 'sig/client.rbs', line 176
def test_bot_alias_tags: () -> ::Hash[::String, ::String]
|