Sets the controllerName to 'Traversals'.
The service's base URL
Optional
tokenFactory: (() => Promise<null | string>)Optional factory to set axios instance's token before http calls.
Protected
axiosThe axios instance used by this service.
Create a Traversal.
https://api-integration.healthherotechnologies.co.uk/traversalcompositor/traversal-engine/api-docs/v2/index.html#operation/Traversals_CreateAsync
The post body.
Get a Traversal.
https://api-integration.healthherotechnologies.co.uk/traversalcompositor/traversal-engine/api-docs/v2/index.html#operation/Traversals_GetAsync
The traversal Id.
Revisit the previous node in a Traversal.
https://api-integration.healthherotechnologies.co.uk/traversalcompositor/traversal-engine/api-docs/v2/index.html#operation/Traversals_PreviousAsync
The traversal Id.
Respond to a Traversal.
https://api-integration.healthherotechnologies.co.uk/traversalcompositor/traversal-engine/api-docs/v2/index.html#operation/Traversals_RespondAsync
The traversal Id.
The post body.
Revisit a point in a Traversal.
https://api-integration.healthherotechnologies.co.uk/traversalcompositor/traversal-engine/api-docs/v2/index.html#operation/Traversals_RevisitAsync
The traversal Id.
The post body.
Set the service's base URL e.g. /engine/ or https://api-integration.healthherotechnologies.co.uk/traversalcompositor/tenantId/
e.g. /engine/
Set the token to use in the service's axios instance
Bearer token or null.
A class for the Traversal Engine ChatTraversal Controller.
https://api-integration.healthherotechnologies.co.uk/traversalcompositor/traversal-engine/api-docs/v2/index.html#tag/Traversals