Class: Aws::LexModelsV2::Types::StartTestExecutionRequest

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_mode ⇒ String

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

Returns:

  • (String)


13924
13925
13926
13927
13928
13929
13930
13931
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13924

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

#target ⇒ Types::TestExecutionTarget

The target bot for the test set execution.



13924
13925
13926
13927
13928
13929
13930
13931
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13924

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

#test_execution_modality ⇒ String

Indicates whether audio or text is used.

Returns:

  • (String)


13924
13925
13926
13927
13928
13929
13930
13931
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13924

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

#test_set_id ⇒ String

The test set Id for the test set execution.

Returns:

  • (String)


13924
13925
13926
13927
13928
13929
13930
13931
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13924

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