@amigo-ai/sdk
    Preparing search index...

    Class ContextGraphResource

    Resource for managing context graphs (service hierarchical state machines).

    Index

    Constructors

    Methods

    • Alias for createContextGraph.

      Parameters

      • options: { body: {}; headers?: {} }

      Returns Promise<{}>

    • Create a new context graph.

      Parameters

      • options: { body: {}; headers?: {} }

      Returns Promise<{}>

    • Create a new version of a context graph.

      Parameters

      • options: { body: {}; contextGraphId: string; headers?: {}; query?: {} }

      Returns Promise<{}>

    • Alias for deleteContextGraph.

      Parameters

      • options: { contextGraphId: string; headers?: {} }

      Returns Promise<void>

    • Delete a context graph.

      Parameters

      • options: { contextGraphId: string; headers?: {} }

      Returns Promise<void>

    • List context graphs for the organization.

      Parameters

      • Optionaloptions: { headers?: {}; query?: {} }

      Returns Promise<{}>

    • Get versions of a context graph.

      Parameters

      • options: { contextGraphId: string; headers?: {}; query?: {} }

      Returns Promise<{}>

    • Alias for getContextGraphs.

      Parameters

      • Optionaloptions: { headers?: {}; query?: {} }

      Returns Promise<{}>