Class: Aws::Types::CreateBotVersionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bot_id ⇒ ::String

Returns the value of attribute bot_id.

Returns:

  • (::String)


862
863
864
# File 'sig/types.rbs', line 862

def bot_id
  @bot_id
end

#bot_version_locale_specification ⇒ ::Hash[::String, Types::BotVersionLocaleDetails]

Returns the value of attribute bot_version_locale_specification.

Returns:



864
865
866
# File 'sig/types.rbs', line 864

def bot_version_locale_specification
  @bot_version_locale_specification
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


863
864
865
# File 'sig/types.rbs', line 863

def description
  @description
end