@twilio/flex-sdk
    Preparing search index...

    The context object that can be read and modified by links using the operation.getContext() and operation.setContext() methods.

    interface OperationContext {
        clientAwareness?: ClientAwarenessOptions;
        queryDeduplication?: boolean;
        [key: string]: any;
    }

    Hierarchy

    • DefaultContext
      • OperationContext

    Indexable

    • [key: string]: any
    Index

    Properties

    clientAwareness?: ClientAwarenessOptions
    queryDeduplication?: boolean

    Indicates whether queryDeduplication was enabled for the request.