Class: Aws::ConnectHealth::Types::ClinicalNoteGenerationSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectHealth::Types::ClinicalNoteGenerationSettings
- Defined in:
- gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb
Overview
Settings for generating clinical notes from the audio stream
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#note_template_settings ⇒ Types::NoteTemplateSettings
Settings for the note template to use.
Instance Attribute Details
#note_template_settings ⇒ Types::NoteTemplateSettings
Settings for the note template to use
111 112 113 114 115 |
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 111 class ClinicalNoteGenerationSettings < Struct.new( :note_template_settings) SENSITIVE = [] include Aws::Structure end |