Class: Aws::ConnectHealth::Types::MedicalScribePostStreamActionsResult

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

Overview

Results of post-stream actions performed after the audio stream ended

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#clinical_note_generation_resultTypes::ClinicalNoteGenerationResult

Results of clinical note generation



1037
1038
1039
1040
1041
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 1037

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