Module: Aws::LexModelsV2::Client::_DescribeBotAliasResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeBotAliasResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #bot_alias_history_events ⇒ ::Array[Types::BotAliasHistoryEvent]
- #bot_alias_id ⇒ ::String
- #bot_alias_locale_settings ⇒ ::Hash[::String, Types::BotAliasLocaleSettings]
- #bot_alias_name ⇒ ::String
- #bot_alias_status ⇒ "Creating", ...
- #bot_id ⇒ ::String
- #bot_version ⇒ ::String
- #conversation_log_settings ⇒ Types::ConversationLogSettings
- #creation_date_time ⇒ ::Time
- #description ⇒ ::String
- #last_updated_date_time ⇒ ::Time
- #parent_bot_networks ⇒ ::Array[Types::ParentBotNetwork]
- #sentiment_analysis_settings ⇒ Types::SentimentAnalysisSettings
Instance Method Details
#bot_alias_history_events ⇒ ::Array[Types::BotAliasHistoryEvent]
782 |
# File 'sig/client.rbs', line 782 def bot_alias_history_events: () -> ::Array[Types::BotAliasHistoryEvent] |
#bot_alias_id ⇒ ::String
775 |
# File 'sig/client.rbs', line 775 def bot_alias_id: () -> ::String |
#bot_alias_locale_settings ⇒ ::Hash[::String, Types::BotAliasLocaleSettings]
779 |
# File 'sig/client.rbs', line 779 def bot_alias_locale_settings: () -> ::Hash[::String, Types::BotAliasLocaleSettings] |
#bot_alias_name ⇒ ::String
776 |
# File 'sig/client.rbs', line 776 def bot_alias_name: () -> ::String |
#bot_alias_status ⇒ "Creating", ...
783 |
# File 'sig/client.rbs', line 783 def bot_alias_status: () -> ("Creating" | "Available" | "Deleting" | "Failed") |
#bot_id ⇒ ::String
784 |
# File 'sig/client.rbs', line 784 def bot_id: () -> ::String |
#bot_version ⇒ ::String
778 |
# File 'sig/client.rbs', line 778 def bot_version: () -> ::String |
#conversation_log_settings ⇒ Types::ConversationLogSettings
780 |
# File 'sig/client.rbs', line 780 def conversation_log_settings: () -> Types::ConversationLogSettings |
#creation_date_time ⇒ ::Time
785 |
# File 'sig/client.rbs', line 785 def creation_date_time: () -> ::Time |
#description ⇒ ::String
777 |
# File 'sig/client.rbs', line 777 def description: () -> ::String |
#last_updated_date_time ⇒ ::Time
786 |
# File 'sig/client.rbs', line 786 def last_updated_date_time: () -> ::Time |
#parent_bot_networks ⇒ ::Array[Types::ParentBotNetwork]
787 |
# File 'sig/client.rbs', line 787 def parent_bot_networks: () -> ::Array[Types::ParentBotNetwork] |
#sentiment_analysis_settings ⇒ Types::SentimentAnalysisSettings
781 |
# File 'sig/client.rbs', line 781 def sentiment_analysis_settings: () -> Types::SentimentAnalysisSettings |