Class: Aws::Types::UpdateBotRecommendationRequest

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)


3572
3573
3574
# File 'sig/types.rbs', line 3572

def bot_id
  @bot_id
end

#bot_recommendation_id ⇒ ::String

Returns the value of attribute bot_recommendation_id.

Returns:

  • (::String)


3575
3576
3577
# File 'sig/types.rbs', line 3575

def bot_recommendation_id
  @bot_recommendation_id
end

#bot_version ⇒ ::String

Returns the value of attribute bot_version.

Returns:

  • (::String)


3573
3574
3575
# File 'sig/types.rbs', line 3573

def bot_version
  @bot_version
end

#encryption_setting ⇒ Types::EncryptionSetting

Returns the value of attribute encryption_setting.



3576
3577
3578
# File 'sig/types.rbs', line 3576

def encryption_setting
  @encryption_setting
end

#locale_id ⇒ ::String

Returns the value of attribute locale_id.

Returns:

  • (::String)


3574
3575
3576
# File 'sig/types.rbs', line 3574

def locale_id
  @locale_id
end