Class: Aws::Types::StartBotRecommendationRequest

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)


3149
3150
3151
# File 'sig/types.rbs', line 3149

def bot_id
  @bot_id
end

#bot_version ⇒ ::String

Returns the value of attribute bot_version.

Returns:

  • (::String)


3150
3151
3152
# File 'sig/types.rbs', line 3150

def bot_version
  @bot_version
end

#encryption_setting ⇒ Types::EncryptionSetting

Returns the value of attribute encryption_setting.



3153
3154
3155
# File 'sig/types.rbs', line 3153

def encryption_setting
  @encryption_setting
end

#locale_id ⇒ ::String

Returns the value of attribute locale_id.

Returns:

  • (::String)


3151
3152
3153
# File 'sig/types.rbs', line 3151

def locale_id
  @locale_id
end

#transcript_source_setting ⇒ Types::TranscriptSourceSetting

Returns the value of attribute transcript_source_setting.



3152
3153
3154
# File 'sig/types.rbs', line 3152

def transcript_source_setting
  @transcript_source_setting
end