Options
All
  • Public
  • Public/Protected
  • All
Menu

Class for AgentAssistMessageResponse

Hierarchy

Index

Constructors

Properties

Methods

Constructors

  • Create instance of AgentAssistMessageResponse

    example

    const AgentAssistMessageResponse = new AgentAssistMessageResponse();

    Parameters

    • cmd: string
    • respHeader: {}
      • [key: string]: string

    Returns VoiceBioHubResponse

Properties

body?: any
command: string
headers?: { connectionId: string }

Type declaration

  • connectionId: string

Methods

  • method to parse the response

    example

    const AgentAssistMessageResponse = new AgentAssistMessageResponse();

    Parameters

    • response: any

    Returns VoiceBioHubResponse

Generated using TypeDoc