Class: Aws::Types::DescribeBotRecommendationResponse

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)


1388
1389
1390
# File 'sig/types.rbs', line 1388

def bot_id
  @bot_id
end

#bot_recommendation_id ⇒ ::String

Returns the value of attribute bot_recommendation_id.

Returns:

  • (::String)


1392
1393
1394
# File 'sig/types.rbs', line 1392

def bot_recommendation_id
  @bot_recommendation_id
end

#bot_recommendation_results ⇒ Types::BotRecommendationResults

Returns the value of attribute bot_recommendation_results.



1398
1399
1400
# File 'sig/types.rbs', line 1398

def bot_recommendation_results
  @bot_recommendation_results
end

#bot_recommendation_status ⇒ "Processing", ...

Returns the value of attribute bot_recommendation_status.

Returns:

  • ("Processing", "Deleting", "Deleted", "Downloading", "Updating", "Available", "Failed", "Stopping", "Stopped")


1391
1392
1393
# File 'sig/types.rbs', line 1391

def bot_recommendation_status
  @bot_recommendation_status
end

#bot_version ⇒ ::String

Returns the value of attribute bot_version.

Returns:

  • (::String)


1389
1390
1391
# File 'sig/types.rbs', line 1389

def bot_version
  @bot_version
end

#creation_date_time ⇒ ::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::Time)


1394
1395
1396
# File 'sig/types.rbs', line 1394

def creation_date_time
  @creation_date_time
end

#encryption_setting ⇒ Types::EncryptionSetting

Returns the value of attribute encryption_setting.



1397
1398
1399
# File 'sig/types.rbs', line 1397

def encryption_setting
  @encryption_setting
end

#failure_reasons ⇒ ::Array[::String]

Returns the value of attribute failure_reasons.

Returns:

  • (::Array[::String])


1393
1394
1395
# File 'sig/types.rbs', line 1393

def failure_reasons
  @failure_reasons
end

#last_updated_date_time ⇒ ::Time

Returns the value of attribute last_updated_date_time.

Returns:

  • (::Time)


1395
1396
1397
# File 'sig/types.rbs', line 1395

def last_updated_date_time
  @last_updated_date_time
end

#locale_id ⇒ ::String

Returns the value of attribute locale_id.

Returns:

  • (::String)


1390
1391
1392
# File 'sig/types.rbs', line 1390

def locale_id
  @locale_id
end

#transcript_source_setting ⇒ Types::TranscriptSourceSetting

Returns the value of attribute transcript_source_setting.



1396
1397
1398
# File 'sig/types.rbs', line 1396

def transcript_source_setting
  @transcript_source_setting
end