Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AgentIntegrationConfigurationService

Class to perform studio action services

Hierarchy

  • AgentIntegrationConfigurationService

Index

Constructors

Properties

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

Methods

  • getConfigurationWorkflows(configId: string, token: string): Promise<CXoneSdkError | AgentIntegrationWorkflowResult>
  • Method to get studio action workflow data

    Parameters

    • configId: string
    • token: string

    Returns Promise<CXoneSdkError | AgentIntegrationWorkflowResult>

    • studio action workflow data
    @example
    getConfigurationWorkflows('01899438-147f-433b-945b-f1fde6d91877')
  • getConfigurations(token: string): Promise<CXoneSdkError | AgentIntegrationConfigurationResult>
  • Method to get studio action configuration

    Parameters

    • token: string

    Returns Promise<CXoneSdkError | AgentIntegrationConfigurationResult>

    • studio action configuration
    @example
    getConfigurations()
  • getDataMappings(configId: string, token: string): Promise<CXoneSdkError | AgentIntegrationDataMappingResult>
  • Method to get studio action data mappings data

    Parameters

    • configId: string
    • token: string

    Returns Promise<CXoneSdkError | AgentIntegrationDataMappingResult>

    • studio action workflow data
    @example
    getDataMappings('01899438-147f-433b-945b-f1fde6d91877')
  • getDynamicDataMappings(configId: string, token: string): Promise<CXoneSdkError | AgentIntegrationDataMappingResult>
  • Method to get studio action dynamic data mappings data

    Parameters

    • configId: string
    • token: string

    Returns Promise<CXoneSdkError | AgentIntegrationDataMappingResult>

    • studio action workflow data
    @example
    getDynamicDataMappings('01899438-147f-433b-945b-f1fde6d91877')

Generated using TypeDoc