Class: Aws::Types::DescribeBotAliasResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bot_alias_history_events ⇒ ::Array[Types::BotAliasHistoryEvent]

Returns the value of attribute bot_alias_history_events.

Returns:



1318
1319
1320
# File 'sig/types.rbs', line 1318

def bot_alias_history_events
  @bot_alias_history_events
end

#bot_alias_id ⇒ ::String

Returns the value of attribute bot_alias_id.

Returns:

  • (::String)


1311
1312
1313
# File 'sig/types.rbs', line 1311

def bot_alias_id
  @bot_alias_id
end

#bot_alias_locale_settings ⇒ ::Hash[::String, Types::BotAliasLocaleSettings]

Returns the value of attribute bot_alias_locale_settings.

Returns:



1315
1316
1317
# File 'sig/types.rbs', line 1315

def bot_alias_locale_settings
  @bot_alias_locale_settings
end

#bot_alias_name ⇒ ::String

Returns the value of attribute bot_alias_name.

Returns:

  • (::String)


1312
1313
1314
# File 'sig/types.rbs', line 1312

def bot_alias_name
  @bot_alias_name
end

#bot_alias_status ⇒ "Creating", ...

Returns the value of attribute bot_alias_status.

Returns:

  • ("Creating", "Available", "Deleting", "Failed")


1319
1320
1321
# File 'sig/types.rbs', line 1319

def bot_alias_status
  @bot_alias_status
end

#bot_id ⇒ ::String

Returns the value of attribute bot_id.

Returns:

  • (::String)


1320
1321
1322
# File 'sig/types.rbs', line 1320

def bot_id
  @bot_id
end

#bot_version ⇒ ::String

Returns the value of attribute bot_version.

Returns:

  • (::String)


1314
1315
1316
# File 'sig/types.rbs', line 1314

def bot_version
  @bot_version
end

#conversation_log_settings ⇒ Types::ConversationLogSettings

Returns the value of attribute conversation_log_settings.



1316
1317
1318
# File 'sig/types.rbs', line 1316

def conversation_log_settings
  @conversation_log_settings
end

#creation_date_time ⇒ ::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::Time)


1321
1322
1323
# File 'sig/types.rbs', line 1321

def creation_date_time
  @creation_date_time
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


1313
1314
1315
# File 'sig/types.rbs', line 1313

def description
  @description
end

#last_updated_date_time ⇒ ::Time

Returns the value of attribute last_updated_date_time.

Returns:

  • (::Time)


1322
1323
1324
# File 'sig/types.rbs', line 1322

def last_updated_date_time
  @last_updated_date_time
end

#parent_bot_networks ⇒ ::Array[Types::ParentBotNetwork]

Returns the value of attribute parent_bot_networks.

Returns:



1323
1324
1325
# File 'sig/types.rbs', line 1323

def parent_bot_networks
  @parent_bot_networks
end

#sentiment_analysis_settings ⇒ Types::SentimentAnalysisSettings

Returns the value of attribute sentiment_analysis_settings.



1317
1318
1319
# File 'sig/types.rbs', line 1317

def sentiment_analysis_settings
  @sentiment_analysis_settings
end