Module: Aws::LexModelsV2::Client::_CreateBotResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::CreateBotResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#bot_id::String

Returns:

  • (::String)


167
# File 'sig/client.rbs', line 167

def bot_id: () -> ::String

#bot_members::Array[Types::BotMember]

Returns:



178
# File 'sig/client.rbs', line 178

def bot_members: () -> ::Array[Types::BotMember]

#bot_name::String

Returns:

  • (::String)


168
# File 'sig/client.rbs', line 168

def bot_name: () -> ::String

#bot_status"Creating", ...

Returns:

  • ("Creating", "Available", "Inactive", "Deleting", "Failed", "Versioning", "Importing", "Updating")


173
# File 'sig/client.rbs', line 173

def bot_status: () -> ("Creating" | "Available" | "Inactive" | "Deleting" | "Failed" | "Versioning" | "Importing" | "Updating")

#bot_tags::Hash[::String, ::String]

Returns:

  • (::Hash[::String, ::String])


175
# File 'sig/client.rbs', line 175

def bot_tags: () -> ::Hash[::String, ::String]

#bot_type"Bot", "BotNetwork"

Returns:

  • ("Bot", "BotNetwork")


177
# File 'sig/client.rbs', line 177

def bot_type: () -> ("Bot" | "BotNetwork")

#creation_date_time::Time

Returns:

  • (::Time)


174
# File 'sig/client.rbs', line 174

def creation_date_time: () -> ::Time

#data_privacyTypes::DataPrivacy

Returns:



171
# File 'sig/client.rbs', line 171

def data_privacy: () -> Types::DataPrivacy

#description::String

Returns:

  • (::String)


169
# File 'sig/client.rbs', line 169

def description: () -> ::String

#error_log_settingsTypes::ErrorLogSettings



179
# File 'sig/client.rbs', line 179

def error_log_settings: () -> Types::ErrorLogSettings

#idle_session_ttl_in_seconds::Integer

Returns:

  • (::Integer)


172
# File 'sig/client.rbs', line 172

def idle_session_ttl_in_seconds: () -> ::Integer

#role_arn::String

Returns:

  • (::String)


170
# File 'sig/client.rbs', line 170

def role_arn: () -> ::String

#test_bot_alias_tags::Hash[::String, ::String]

Returns:

  • (::Hash[::String, ::String])


176
# File 'sig/client.rbs', line 176

def test_bot_alias_tags: () -> ::Hash[::String, ::String]