Class: Aws::LexModelsV2::Types::StartBotAnalyzerResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bot_analyzer_request_idString

A unique identifier for this analysis request. Use this identifier to check the status and retrieve results.

Returns:

  • (String)


13521
13522
13523
13524
13525
13526
13527
13528
13529
13530
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13521

class StartBotAnalyzerResponse < Struct.new(
  :bot_id,
  :bot_version,
  :locale_id,
  :bot_analyzer_status,
  :bot_analyzer_request_id,
  :creation_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#bot_analyzer_statusString

The current status of the analysis. The initial status is Processing.

Valid Values: Processing | Available | Failed | Stopping | Stopped

Returns:

  • (String)


13521
13522
13523
13524
13525
13526
13527
13528
13529
13530
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13521

class StartBotAnalyzerResponse < Struct.new(
  :bot_id,
  :bot_version,
  :locale_id,
  :bot_analyzer_status,
  :bot_analyzer_request_id,
  :creation_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#bot_idString

The unique identifier of the bot being analyzed.

Returns:

  • (String)


13521
13522
13523
13524
13525
13526
13527
13528
13529
13530
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13521

class StartBotAnalyzerResponse < Struct.new(
  :bot_id,
  :bot_version,
  :locale_id,
  :bot_analyzer_status,
  :bot_analyzer_request_id,
  :creation_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#bot_versionString

The version of the bot being analyzed.

Returns:

  • (String)


13521
13522
13523
13524
13525
13526
13527
13528
13529
13530
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13521

class StartBotAnalyzerResponse < Struct.new(
  :bot_id,
  :bot_version,
  :locale_id,
  :bot_analyzer_status,
  :bot_analyzer_request_id,
  :creation_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#creation_date_timeTime

The date and time when the analysis was initiated.

Returns:

  • (Time)


13521
13522
13523
13524
13525
13526
13527
13528
13529
13530
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13521

class StartBotAnalyzerResponse < Struct.new(
  :bot_id,
  :bot_version,
  :locale_id,
  :bot_analyzer_status,
  :bot_analyzer_request_id,
  :creation_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#locale_idString

The locale identifier of the bot locale being analyzed.

Returns:

  • (String)


13521
13522
13523
13524
13525
13526
13527
13528
13529
13530
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13521

class StartBotAnalyzerResponse < Struct.new(
  :bot_id,
  :bot_version,
  :locale_id,
  :bot_analyzer_status,
  :bot_analyzer_request_id,
  :creation_date_time)
  SENSITIVE = []
  include Aws::Structure
end