Class: Aws::LexModelsV2::Types::ConversationLevelTestResultItem

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb

Overview

The test result evaluation item at the conversation level.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#conversation_idString

The conversation Id of the test result evaluation item.

Returns:

  • (String)


3130
3131
3132
3133
3134
3135
3136
3137
3138
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 3130

class ConversationLevelTestResultItem < Struct.new(
  :conversation_id,
  :end_to_end_result,
  :speech_transcription_result,
  :intent_classification_results,
  :slot_resolution_results)
  SENSITIVE = []
  include Aws::Structure
end

#end_to_end_resultString

The end-to-end success or failure of the test result evaluation item.

Returns:

  • (String)


3130
3131
3132
3133
3134
3135
3136
3137
3138
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 3130

class ConversationLevelTestResultItem < Struct.new(
  :conversation_id,
  :end_to_end_result,
  :speech_transcription_result,
  :intent_classification_results,
  :slot_resolution_results)
  SENSITIVE = []
  include Aws::Structure
end

#intent_classification_resultsArray<Types::ConversationLevelIntentClassificationResultItem>

The intent classification of the test result evaluation item.



3130
3131
3132
3133
3134
3135
3136
3137
3138
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 3130

class ConversationLevelTestResultItem < Struct.new(
  :conversation_id,
  :end_to_end_result,
  :speech_transcription_result,
  :intent_classification_results,
  :slot_resolution_results)
  SENSITIVE = []
  include Aws::Structure
end

#slot_resolution_resultsArray<Types::ConversationLevelSlotResolutionResultItem>

The slot success or failure of the test result evaluation item.



3130
3131
3132
3133
3134
3135
3136
3137
3138
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 3130

class ConversationLevelTestResultItem < Struct.new(
  :conversation_id,
  :end_to_end_result,
  :speech_transcription_result,
  :intent_classification_results,
  :slot_resolution_results)
  SENSITIVE = []
  include Aws::Structure
end

#speech_transcription_resultString

The speech transcription success or failure of the test result evaluation item.

Returns:

  • (String)


3130
3131
3132
3133
3134
3135
3136
3137
3138
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 3130

class ConversationLevelTestResultItem < Struct.new(
  :conversation_id,
  :end_to_end_result,
  :speech_transcription_result,
  :intent_classification_results,
  :slot_resolution_results)
  SENSITIVE = []
  include Aws::Structure
end