Class: Aws::ConnectHealth::Types::MedicalScribeOutputStream

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

Overview

Output stream from Medical Scribe containing transcript events and errors

EventStream is an Enumerator of Events. #event_types #=> Array, returns all modeled event types in the stream

Instance Method Summary collapse

Instance Method Details

#event_typesObject



1605
1606
1607
1608
1609
1610
1611
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 1605

def event_types
  [
    :transcript_event,
    :internal_failure_exception,
    :validation_exception
  ]
end