Class: Aws::LexModelsV2::Types::StartBotAnalyzerRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lexmodelsv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_scopeString

The scope of analysis to perform. Currently only BotLocale scope is supported.

Valid Values: BotLocale

Returns:

  • (String)


13482
13483
13484
13485
13486
13487
13488
13489
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13482

class StartBotAnalyzerRequest < Struct.new(
  :bot_id,
  :analysis_scope,
  :locale_id,
  :bot_version)
  SENSITIVE = []
  include Aws::Structure
end

#bot_idString

The unique identifier of the bot to analyze.

Returns:

  • (String)


13482
13483
13484
13485
13486
13487
13488
13489
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13482

class StartBotAnalyzerRequest < Struct.new(
  :bot_id,
  :analysis_scope,
  :locale_id,
  :bot_version)
  SENSITIVE = []
  include Aws::Structure
end

#bot_versionString

The version of the bot to analyze. Defaults to DRAFT if not specified.

Returns:

  • (String)


13482
13483
13484
13485
13486
13487
13488
13489
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13482

class StartBotAnalyzerRequest < Struct.new(
  :bot_id,
  :analysis_scope,
  :locale_id,
  :bot_version)
  SENSITIVE = []
  include Aws::Structure
end

#locale_idString

The locale identifier for the bot locale to analyze. Required when analysisScope is BotLocale.

Returns:

  • (String)


13482
13483
13484
13485
13486
13487
13488
13489
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13482

class StartBotAnalyzerRequest < Struct.new(
  :bot_id,
  :analysis_scope,
  :locale_id,
  :bot_version)
  SENSITIVE = []
  include Aws::Structure
end