Class: Aws::Types::ListBotRecommendationsResponse

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)


2207
2208
2209
# File 'sig/types.rbs', line 2207

def bot_id
  @bot_id
end

#bot_recommendation_summaries ⇒ ::Array[Types::BotRecommendationSummary]

Returns the value of attribute bot_recommendation_summaries.

Returns:



2210
2211
2212
# File 'sig/types.rbs', line 2210

def bot_recommendation_summaries
  @bot_recommendation_summaries
end

#bot_version ⇒ ::String

Returns the value of attribute bot_version.

Returns:

  • (::String)


2208
2209
2210
# File 'sig/types.rbs', line 2208

def bot_version
  @bot_version
end

#locale_id ⇒ ::String

Returns the value of attribute locale_id.

Returns:

  • (::String)


2209
2210
2211
# File 'sig/types.rbs', line 2209

def locale_id
  @locale_id
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2211
2212
2213
# File 'sig/types.rbs', line 2211

def next_token
  @next_token
end