Options
All
  • Public
  • Public/Protected
  • All
Menu

Class to handle VoiceBioHubService API calls

Hierarchy

  • VoiceBioHubService

Index

Constructors

Properties

VOICE_BIO_AGENT_LOGIN: string = 'InContactAPI/services/v15.0/adaptor/voicebiohub/voicebioagentlogin'
VOICE_BIO_AGENT_LOGOUT: string = 'InContactAPI/services/v15.0/adaptor/voicebiohub/voicebioagentlogout'
VOICE_BIO_SUBMIT_PATRON: string = 'InContactAPI/services/v15.0/adaptor/voicebiohub/voicebioaction'
auth: CXoneAuth
logger: Logger = ...
utilService: HttpUtilService = ...

Methods

  • Method to authenticate agent

    example
    • voiceBioAgentLogin(voiceBioAgentLoginRequest)

    Parameters

    Returns Promise<HttpResponse | CXoneSdkError>

    • Returns Success/Failure of the API
  • Method for patron login in voice bio system

    example
    • voiceBioCustomerLogin(VoiceBioCustomerLogin)

    Parameters

    Returns Promise<HttpResponse | CXoneSdkError>

    • Returns Success/Failure of the API

Generated using TypeDoc