Class: Aws::Types::StopBotRecommendationRequest

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)


3270
3271
3272
# File 'sig/types.rbs', line 3270

def bot_id
  @bot_id
end

#bot_recommendation_id ⇒ ::String

Returns the value of attribute bot_recommendation_id.

Returns:

  • (::String)


3273
3274
3275
# File 'sig/types.rbs', line 3273

def bot_recommendation_id
  @bot_recommendation_id
end

#bot_version ⇒ ::String

Returns the value of attribute bot_version.

Returns:

  • (::String)


3271
3272
3273
# File 'sig/types.rbs', line 3271

def bot_version
  @bot_version
end

#locale_id ⇒ ::String

Returns the value of attribute locale_id.

Returns:

  • (::String)


3272
3273
3274
# File 'sig/types.rbs', line 3272

def locale_id
  @locale_id
end