vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface ServiceChannelMetadata

    interface ServiceChannelMetadata {
        doesMinimizeWidgetOnAccept?: boolean;
        fullName?: string;
        hasAutoAcceptEnabled?: boolean;
        interactionComponent?: string;
        label: string;
        relatedEntityType: string;
        secondaryRoutingPriorityField?: string;
        serviceChannelFieldPriorities?: ServiceChannelFieldPriority[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    doesMinimizeWidgetOnAccept?: boolean
    fullName?: string
    hasAutoAcceptEnabled?: boolean
    interactionComponent?: string
    label: string
    relatedEntityType: string
    secondaryRoutingPriorityField?: string
    serviceChannelFieldPriorities?: ServiceChannelFieldPriority[]