Class: Aws::LexModelsV2::Types::ConversationLevelTestResultItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::ConversationLevelTestResultItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
The test result evaluation item at the conversation level.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#conversation_id ⇒ String
The conversation Id of the test result evaluation item.
-
#end_to_end_result ⇒ String
The end-to-end success or failure of the test result evaluation item.
-
#intent_classification_results ⇒ Array<Types::ConversationLevelIntentClassificationResultItem>
The intent classification of the test result evaluation item.
-
#slot_resolution_results ⇒ Array<Types::ConversationLevelSlotResolutionResultItem>
The slot success or failure of the test result evaluation item.
-
#speech_transcription_result ⇒ String
The speech transcription success or failure of the test result evaluation item.
Instance Attribute Details
#conversation_id ⇒ String
The conversation Id of the test result evaluation item.
3203 3204 3205 3206 3207 3208 3209 3210 3211 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 3203 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_result ⇒ String
The end-to-end success or failure of the test result evaluation item.
3203 3204 3205 3206 3207 3208 3209 3210 3211 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 3203 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_results ⇒ Array<Types::ConversationLevelIntentClassificationResultItem>
The intent classification of the test result evaluation item.
3203 3204 3205 3206 3207 3208 3209 3210 3211 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 3203 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_results ⇒ Array<Types::ConversationLevelSlotResolutionResultItem>
The slot success or failure of the test result evaluation item.
3203 3204 3205 3206 3207 3208 3209 3210 3211 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 3203 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_result ⇒ String
The speech transcription success or failure of the test result evaluation item.
3203 3204 3205 3206 3207 3208 3209 3210 3211 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 3203 class ConversationLevelTestResultItem < Struct.new( :conversation_id, :end_to_end_result, :speech_transcription_result, :intent_classification_results, :slot_resolution_results) SENSITIVE = [] include Aws::Structure end |