Class: Aws::ConnectHealth::Types::MedicalScribePostStreamActionsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectHealth::Types::MedicalScribePostStreamActionsResult
- 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
-
#clinical_note_generation_result ⇒ Types::ClinicalNoteGenerationResult
Results of clinical note generation.
Instance Attribute Details
#clinical_note_generation_result ⇒ Types::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 |