Class: Aws::LexModelsV2::Types::StartTestExecutionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::StartTestExecutionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#api_mode ⇒ String
Indicates whether we use streaming or non-streaming APIs for the test set execution.
-
#target ⇒ Types::TestExecutionTarget
The target bot for the test set execution.
-
#test_execution_modality ⇒ String
Indicates whether audio or text is used.
-
#test_set_id ⇒ String
The test set Id for the test set execution.
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.
13137 13138 13139 13140 13141 13142 13143 13144 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13137 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.
13137 13138 13139 13140 13141 13142 13143 13144 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13137 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.
13137 13138 13139 13140 13141 13142 13143 13144 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13137 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.
13137 13138 13139 13140 13141 13142 13143 13144 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13137 class StartTestExecutionRequest < Struct.new( :test_set_id, :target, :api_mode, :test_execution_modality) SENSITIVE = [] include Aws::Structure end |