Class: Aws::Types::CreateBotAliasResponse

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#bot_alias_id ⇒ ::String

Returns the value of attribute bot_alias_id.



766
767
768
# File 'sig/types.rbs', line 766

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.



770
771
772
# File 'sig/types.rbs', line 770

def bot_alias_locale_settings
  @bot_alias_locale_settings
end

#bot_alias_name ⇒ ::String

Returns the value of attribute bot_alias_name.



767
768
769
# File 'sig/types.rbs', line 767

def bot_alias_name
  @bot_alias_name
end

#bot_alias_status ⇒ "Creating", ...

Returns the value of attribute bot_alias_status.



773
774
775
# File 'sig/types.rbs', line 773

def bot_alias_status
  @bot_alias_status
end

#bot_id ⇒ ::String

Returns the value of attribute bot_id.



774
775
776
# File 'sig/types.rbs', line 774

def bot_id
  @bot_id
end

#bot_version ⇒ ::String

Returns the value of attribute bot_version.



769
770
771
# File 'sig/types.rbs', line 769

def bot_version
  @bot_version
end

#conversation_log_settings ⇒ Types::ConversationLogSettings

Returns the value of attribute conversation_log_settings.



771
772
773
# File 'sig/types.rbs', line 771

def conversation_log_settings
  @conversation_log_settings
end

#creation_date_time ⇒ ::Time

Returns the value of attribute creation_date_time.



775
776
777
# File 'sig/types.rbs', line 775

def creation_date_time
  @creation_date_time
end

#description ⇒ ::String

Returns the value of attribute description.



768
769
770
# File 'sig/types.rbs', line 768

def description
  @description
end

#sentiment_analysis_settings ⇒ Types::SentimentAnalysisSettings

Returns the value of attribute sentiment_analysis_settings.



772
773
774
# File 'sig/types.rbs', line 772

def sentiment_analysis_settings
  @sentiment_analysis_settings
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.



776
777
778
# File 'sig/types.rbs', line 776

def tags
  @tags
end