Class: Aws::Types::DescribeBotRecommendationRequest

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)


1380
1381
1382
# File 'sig/types.rbs', line 1380

def bot_id
  @bot_id
end

#bot_recommendation_id ⇒ ::String

Returns the value of attribute bot_recommendation_id.

Returns:

  • (::String)


1383
1384
1385
# File 'sig/types.rbs', line 1383

def bot_recommendation_id
  @bot_recommendation_id
end

#bot_version ⇒ ::String

Returns the value of attribute bot_version.

Returns:

  • (::String)


1381
1382
1383
# File 'sig/types.rbs', line 1381

def bot_version
  @bot_version
end

#locale_id ⇒ ::String

Returns the value of attribute locale_id.

Returns:

  • (::String)


1382
1383
1384
# File 'sig/types.rbs', line 1382

def locale_id
  @locale_id
end