Options
All
  • Public
  • Public/Protected
  • All
Menu

Class to handle Transcript API calls

Hierarchy

  • TranscriptService

Index

Constructors

Properties

auth: CXoneAuth
logger: Logger = ...
utilService: HttpUtilService = ...

Methods

  • Method to send the transcript to the specified email

    example
    • sendTranscript(demo@test.com)

    Parameters

    • contactId: string

      contactId of the patron whose transcript needs to be sent

    • email: string

      email of the patron to whom transcript needs to be sent

    Returns Promise<HttpResponse | CXoneSdkError>

    • Returns Success/Failure of the API

Generated using TypeDoc