Class: Aws::Types::UpdateBotRecommendationResponse

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)


3581
3582
3583
# File 'sig/types.rbs', line 3581

def bot_id
  @bot_id
end

#bot_recommendation_id ⇒ ::String

Returns the value of attribute bot_recommendation_id.

Returns:

  • (::String)


3585
3586
3587
# File 'sig/types.rbs', line 3585

def bot_recommendation_id
  @bot_recommendation_id
end

#bot_recommendation_status ⇒ "Processing", ...

Returns the value of attribute bot_recommendation_status.

Returns:

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


3584
3585
3586
# File 'sig/types.rbs', line 3584

def bot_recommendation_status
  @bot_recommendation_status
end

#bot_version ⇒ ::String

Returns the value of attribute bot_version.

Returns:

  • (::String)


3582
3583
3584
# File 'sig/types.rbs', line 3582

def bot_version
  @bot_version
end

#creation_date_time ⇒ ::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::Time)


3586
3587
3588
# File 'sig/types.rbs', line 3586

def creation_date_time
  @creation_date_time
end

#encryption_setting ⇒ Types::EncryptionSetting

Returns the value of attribute encryption_setting.



3589
3590
3591
# File 'sig/types.rbs', line 3589

def encryption_setting
  @encryption_setting
end

#last_updated_date_time ⇒ ::Time

Returns the value of attribute last_updated_date_time.

Returns:

  • (::Time)


3587
3588
3589
# File 'sig/types.rbs', line 3587

def last_updated_date_time
  @last_updated_date_time
end

#locale_id ⇒ ::String

Returns the value of attribute locale_id.

Returns:

  • (::String)


3583
3584
3585
# File 'sig/types.rbs', line 3583

def locale_id
  @locale_id
end

#transcript_source_setting ⇒ Types::TranscriptSourceSetting

Returns the value of attribute transcript_source_setting.



3588
3589
3590
# File 'sig/types.rbs', line 3588

def transcript_source_setting
  @transcript_source_setting
end