Class: Aws::Types::StartBotAnalyzerRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_scope ⇒ "BotLocale"

Returns the value of attribute analysis_scope.

Returns:

  • ("BotLocale")


3132
3133
3134
# File 'sig/types.rbs', line 3132

def analysis_scope
  @analysis_scope
end

#bot_id ⇒ ::String

Returns the value of attribute bot_id.

Returns:

  • (::String)


3131
3132
3133
# File 'sig/types.rbs', line 3131

def bot_id
  @bot_id
end

#bot_version ⇒ ::String

Returns the value of attribute bot_version.

Returns:

  • (::String)


3134
3135
3136
# File 'sig/types.rbs', line 3134

def bot_version
  @bot_version
end

#locale_id ⇒ ::String

Returns the value of attribute locale_id.

Returns:

  • (::String)


3133
3134
3135
# File 'sig/types.rbs', line 3133

def locale_id
  @locale_id
end