Class: Aws::LexModelsV2::Types::StartTestExecutionResponse

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

#api_modeString

Indicates whether we use streaming or non-streaming APIs for the test set execution. For streaming, StartConversation Amazon Lex Runtime API is used. Whereas for non-streaming, RecognizeUtterance and RecognizeText Amazon Lex Runtime API are used.

Returns:

  • (String)


13512
13513
13514
13515
13516
13517
13518
13519
13520
13521
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13512

class StartTestExecutionResponse < Struct.new(
  :test_execution_id,
  :creation_date_time,
  :test_set_id,
  :target,
  :api_mode,
  :test_execution_modality)
  SENSITIVE = []
  include Aws::Structure
end

#creation_date_timeTime

The creation date and time for the test set execution.

Returns:

  • (Time)


13512
13513
13514
13515
13516
13517
13518
13519
13520
13521
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13512

class StartTestExecutionResponse < Struct.new(
  :test_execution_id,
  :creation_date_time,
  :test_set_id,
  :target,
  :api_mode,
  :test_execution_modality)
  SENSITIVE = []
  include Aws::Structure
end

#targetTypes::TestExecutionTarget

The target bot for the test set execution.



13512
13513
13514
13515
13516
13517
13518
13519
13520
13521
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13512

class StartTestExecutionResponse < Struct.new(
  :test_execution_id,
  :creation_date_time,
  :test_set_id,
  :target,
  :api_mode,
  :test_execution_modality)
  SENSITIVE = []
  include Aws::Structure
end

#test_execution_idString

The unique identifier of the test set execution.

Returns:

  • (String)


13512
13513
13514
13515
13516
13517
13518
13519
13520
13521
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13512

class StartTestExecutionResponse < Struct.new(
  :test_execution_id,
  :creation_date_time,
  :test_set_id,
  :target,
  :api_mode,
  :test_execution_modality)
  SENSITIVE = []
  include Aws::Structure
end

#test_execution_modalityString

Indicates whether audio or text is used.

Returns:

  • (String)


13512
13513
13514
13515
13516
13517
13518
13519
13520
13521
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13512

class StartTestExecutionResponse < Struct.new(
  :test_execution_id,
  :creation_date_time,
  :test_set_id,
  :target,
  :api_mode,
  :test_execution_modality)
  SENSITIVE = []
  include Aws::Structure
end

#test_set_idString

The test set Id for the test set execution.

Returns:

  • (String)


13512
13513
13514
13515
13516
13517
13518
13519
13520
13521
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13512

class StartTestExecutionResponse < Struct.new(
  :test_execution_id,
  :creation_date_time,
  :test_set_id,
  :target,
  :api_mode,
  :test_execution_modality)
  SENSITIVE = []
  include Aws::Structure
end