Class: Aws::Types::CreateBotAliasRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns the value of attribute bot_alias_locale_settings.

Returns:



757
758
759
# File 'sig/types.rbs', line 757

def bot_alias_locale_settings
  @bot_alias_locale_settings
end

#bot_alias_name ⇒ ::String

Returns the value of attribute bot_alias_name.

Returns:

  • (::String)


754
755
756
# File 'sig/types.rbs', line 754

def bot_alias_name
  @bot_alias_name
end

#bot_id ⇒ ::String

Returns the value of attribute bot_id.

Returns:

  • (::String)


760
761
762
# File 'sig/types.rbs', line 760

def bot_id
  @bot_id
end

#bot_version ⇒ ::String

Returns the value of attribute bot_version.

Returns:

  • (::String)


756
757
758
# File 'sig/types.rbs', line 756

def bot_version
  @bot_version
end

#conversation_log_settings ⇒ Types::ConversationLogSettings

Returns the value of attribute conversation_log_settings.



758
759
760
# File 'sig/types.rbs', line 758

def conversation_log_settings
  @conversation_log_settings
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


755
756
757
# File 'sig/types.rbs', line 755

def description
  @description
end

#sentiment_analysis_settings ⇒ Types::SentimentAnalysisSettings

Returns the value of attribute sentiment_analysis_settings.



759
760
761
# File 'sig/types.rbs', line 759

def sentiment_analysis_settings
  @sentiment_analysis_settings
end

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

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


761
762
763
# File 'sig/types.rbs', line 761

def tags
  @tags
end