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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelsv2/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.

Returns:

  • (String)


3072
3073
3074
3075
3076
3077
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 3072

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.

Returns:

  • (String)


3072
3073
3074
3075
3076
3077
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 3072

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