Options
All
  • Public
  • Public/Protected
  • All
Menu

Model Class for the AgentWorkflowResponseEvent

const agentWorkflowResponseEvent = new AgentWorkflowResponseEvent();

Hierarchy

  • AgentWorkflowResponseEvent

Index

Constructors

Properties

Methods

Constructors

Properties

contactId: string

agent workflow contactId

agent workflow response result

Methods

  • parse(data: any): void
  • used to parse the data

    example
    agentWorkflowResponseEvent.parse(data);
    

    Parameters

    • data: any

    Returns void

Generated using TypeDoc