Class: Aws::LexModelsV2::Types::ConversationLevelResultDetail

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

Overview

The conversation level details of the conversation used in the test set.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_to_end_resultString

The success or failure of the streaming of the conversation.



3171
3172
3173
3174
3175
3176
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 3171

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

#speech_transcription_resultString

The speech transcription success or failure details of the conversation.



3171
3172
3173
3174
3175
3176
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 3171

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