Method: Aws::LexModelsV2::Types::DescribeBotAliasResponse#bot_version
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
#bot_version ⇒ String
The version of the bot associated with the bot alias.
5796 5797 5798 5799 5800 5801 5802 5803 5804 5805 5806 5807 5808 5809 5810 5811 5812 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 5796 class DescribeBotAliasResponse < Struct.new( :bot_alias_id, :bot_alias_name, :description, :bot_version, :bot_alias_locale_settings, :conversation_log_settings, :sentiment_analysis_settings, :bot_alias_history_events, :bot_alias_status, :bot_id, :creation_date_time, :last_updated_date_time, :parent_bot_networks) SENSITIVE = [] include Aws::Structure end |