Class: Aws::Types::DescribeBotAnalyzerRecommendationResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bot_analyzer_recommendation_list ⇒ ::Array[Types::BotAnalyzerRecommendation]

Returns the value of attribute bot_analyzer_recommendation_list.

Returns:



1341
1342
1343
# File 'sig/types.rbs', line 1341

def bot_analyzer_recommendation_list
  @bot_analyzer_recommendation_list
end

#bot_analyzer_status ⇒ "Processing", ...

Returns the value of attribute bot_analyzer_status.

Returns:

  • ("Processing", "Available", "Failed", "Stopping", "Stopped")


1339
1340
1341
# File 'sig/types.rbs', line 1339

def bot_analyzer_status
  @bot_analyzer_status
end

#bot_id ⇒ ::String

Returns the value of attribute bot_id.

Returns:

  • (::String)


1336
1337
1338
# File 'sig/types.rbs', line 1336

def bot_id
  @bot_id
end

#bot_version ⇒ ::String

Returns the value of attribute bot_version.

Returns:

  • (::String)


1337
1338
1339
# File 'sig/types.rbs', line 1337

def bot_version
  @bot_version
end

#creation_date_time ⇒ ::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::Time)


1340
1341
1342
# File 'sig/types.rbs', line 1340

def creation_date_time
  @creation_date_time
end

#locale_id ⇒ ::String

Returns the value of attribute locale_id.

Returns:

  • (::String)


1338
1339
1340
# File 'sig/types.rbs', line 1338

def locale_id
  @locale_id
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1342
1343
1344
# File 'sig/types.rbs', line 1342

def next_token
  @next_token
end