AIAssistantConfiguration()

new AIAssistantConfiguration()

Source:

Type Definitions

AIAssistantConfiguration

Properties:
Name Type Attributes Description
jwt string The JSON Web Token used for authentication with your instance of the Nutrient AI Assistant server.
serverUrl string Base HTTP URL where your instance of the Nutrient AI Assistant server can be reached.
sessionID string A unique identifier for the chat session, which can be used to recall a session in the future.
userID string <optional>
An optional user identifier to associate with the session. This will be used to tag session history for user management.
Source: