Class: Aws::ConnectHealth::Types::ClinicalNoteGenerationSettings

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#note_template_settingsTypes::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