Class: Aws::LexModelsV2::Types::ConversationLevelTestResultsFilterBy

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#end_to_end_resultString

The selection of matched or mismatched end-to-end status to filter test set results data at the conversation level.

Returns:

  • (String)


3165
3166
3167
3168
3169
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 3165

class ConversationLevelTestResultsFilterBy < Struct.new(
  :end_to_end_result)
  SENSITIVE = []
  include Aws::Structure
end