Class: Aws::LexModelsV2::Types::ConversationLevelTestResultsFilterBy
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::ConversationLevelTestResultsFilterBy
- Defined in:
- gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb
Overview
The selection to filter the test set results data at the conversation level.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end_to_end_result ⇒ String
The selection of matched or mismatched end-to-end status to filter test set results data at the conversation level.
Instance Attribute Details
#end_to_end_result ⇒ String
The selection of matched or mismatched end-to-end status to filter test set results data at the conversation level.
3238 3239 3240 3241 3242 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 3238 class ConversationLevelTestResultsFilterBy < Struct.new( :end_to_end_result) SENSITIVE = [] include Aws::Structure end |