Options
All
  • Public
  • Public/Protected
  • All
Menu

Model class for AgentWorkflowEventResult

example
const agentWorkflowEventResult = new AgentWorkflowEventResult();

Hierarchy

  • AgentWorkflowEventResult

Index

Constructors

Properties

Methods

Constructors

Properties

CRM pin records

CRM records

CRM system

Methods

  • parse(data: any): void
  • Used to parse data

    example
    agentWorkflowEventResult.parse(data);
    

    Parameters

    • data: any

      data to be parsed

    Returns void

Generated using TypeDoc