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]
778 |
# File 'sig/client.rbs', line 778
def bot_alias_history_events: () -> ::Array[Types::BotAliasHistoryEvent]
|
#bot_alias_id ⇒ ::String
771 |
# File 'sig/client.rbs', line 771
def bot_alias_id: () -> ::String
|
#bot_alias_locale_settings ⇒ ::Hash[::String, Types::BotAliasLocaleSettings]
775 |
# File 'sig/client.rbs', line 775
def bot_alias_locale_settings: () -> ::Hash[::String, Types::BotAliasLocaleSettings]
|
#bot_alias_name ⇒ ::String
772 |
# File 'sig/client.rbs', line 772
def bot_alias_name: () -> ::String
|
#bot_alias_status ⇒ "Creating", ...
779 |
# File 'sig/client.rbs', line 779
def bot_alias_status: () -> ("Creating" | "Available" | "Deleting" | "Failed")
|
#bot_id ⇒ ::String
780 |
# File 'sig/client.rbs', line 780
def bot_id: () -> ::String
|
#bot_version ⇒ ::String
774 |
# File 'sig/client.rbs', line 774
def bot_version: () -> ::String
|
#conversation_log_settings ⇒ Types::ConversationLogSettings
776 |
# File 'sig/client.rbs', line 776
def conversation_log_settings: () -> Types::ConversationLogSettings
|
#creation_date_time ⇒ ::Time
781 |
# File 'sig/client.rbs', line 781
def creation_date_time: () -> ::Time
|
#description ⇒ ::String
773 |
# File 'sig/client.rbs', line 773
def description: () -> ::String
|
#last_updated_date_time ⇒ ::Time
782 |
# File 'sig/client.rbs', line 782
def last_updated_date_time: () -> ::Time
|
#parent_bot_networks ⇒ ::Array[Types::ParentBotNetwork]
783 |
# File 'sig/client.rbs', line 783
def parent_bot_networks: () -> ::Array[Types::ParentBotNetwork]
|
#sentiment_analysis_settings ⇒ Types::SentimentAnalysisSettings
777 |
# File 'sig/client.rbs', line 777
def sentiment_analysis_settings: () -> Types::SentimentAnalysisSettings
|