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

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

#api_modeString

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)


13064
13065
13066
13067
13068
13069
13070
13071
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13064

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

#targetTypes::TestExecutionTarget

The target bot for the test set execution.



13064
13065
13066
13067
13068
13069
13070
13071
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13064

class StartTestExecutionRequest < Struct.new(
  :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)


13064
13065
13066
13067
13068
13069
13070
13071
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13064

class StartTestExecutionRequest < Struct.new(
  :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)


13064
13065
13066
13067
13068
13069
13070
13071
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13064

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