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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 'lib/aws-sdk-connecthealth/types.rb', line 1037

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