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)


13560
13561
13562
13563
13564
13565
13566
13567
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13560

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)


13560
13561
13562
13563
13564
13565
13566
13567
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13560

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)


13560
13561
13562
13563
13564
13565
13566
13567
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13560

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)


13560
13561
13562
13563
13564
13565
13566
13567
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13560

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