Class: Aws::Types::StartBotRecommendationResponse

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)


3158
3159
3160
# File 'sig/types.rbs', line 3158

def bot_id
  @bot_id
end

#bot_recommendation_id ⇒ ::String

Returns the value of attribute bot_recommendation_id.

Returns:

  • (::String)


3162
3163
3164
# File 'sig/types.rbs', line 3162

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")


3161
3162
3163
# File 'sig/types.rbs', line 3161

def bot_recommendation_status
  @bot_recommendation_status
end

#bot_version ⇒ ::String

Returns the value of attribute bot_version.

Returns:

  • (::String)


3159
3160
3161
# File 'sig/types.rbs', line 3159

def bot_version
  @bot_version
end

#creation_date_time ⇒ ::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::Time)


3163
3164
3165
# File 'sig/types.rbs', line 3163

def creation_date_time
  @creation_date_time
end

#encryption_setting ⇒ Types::EncryptionSetting

Returns the value of attribute encryption_setting.



3165
3166
3167
# File 'sig/types.rbs', line 3165

def encryption_setting
  @encryption_setting
end

#locale_id ⇒ ::String

Returns the value of attribute locale_id.

Returns:

  • (::String)


3160
3161
3162
# File 'sig/types.rbs', line 3160

def locale_id
  @locale_id
end

#transcript_source_setting ⇒ Types::TranscriptSourceSetting

Returns the value of attribute transcript_source_setting.



3164
3165
3166
# File 'sig/types.rbs', line 3164

def transcript_source_setting
  @transcript_source_setting
end