Access to Memori objects not belonging to the current logged in user is granted only to administrative users.
The name of the Tenant
The name of the User
The name of the Memori
Optional login token
Success
The name of the Tenant
The ID of the User object
The ID of the Memori object
Optional login token
Success
Access to Memori objects not belonging to the current logged in user is granted only to administrative users.
The login token
The ID of the Memori object
Success
Access to Memori objects not belonging to the current logged in user is granted only to administrative users.
The login token
The ID of the Memori object
The optional begin of the date interval, in UTC time, in the format yyyyMMddHHmmssfff
The optional end of the date interval, in UTC time, in the format yyyyMMddHHmmssfff
Success
The login token
The ID of the Memori object
Specifications of a Memori object.
Memori ID. Unique and assigned by the system. Returned during Registration and Get operations. Used in Update, Transfer and Delete operations. Ignored in other cases.
Memori name. Required during Registration operations. Used during Update operations. Returned during Get operations.
Password. Required during Registration operations. May be required during Update operations. Ignored in other cases. Must be provided in the following cases: When PrivacyType is SECRET: during Registration and Update operations, and it can be any non-empty string When PrivacyType is PRIVATE: only during Update operations, and it must be set with the SecretToken provided during registration
Recovery tokens. Returned during Registration operations if the
Memori Privacy Type is set to SECRET
and a
TotalNumberOfRecoveryTokens is greater than 0.
Ignored in other cases.
New password. Used during Update operations. Ignored in other cases. Can be provided in the following case: When PrivacyType is SECRET: during Update operations, and it can be any non-empty string
ID of the User this Memori belongs to. Returned during Registration and Get operations. Used in Transfer operation. Ignored in other cases.
Name of the User this Memori belongs to. Returned during Registration and Get operations. Used in Transfer operation. Ignored in other cases.
Name of the Tenant of the User this Memori belongs to. Returned during Registration and Get operations. Used in Transfer operation. Ignored in other cases.
Memori configuration ID. Required during Registration. Returned during Get operations.
Memori description. Required during Registration and Update operations. Returned during Get operations.
Memori description for completions. If specified, it is used in
place of Description
when obtaining a completion
via a generative AI.
May be specified during Registration and Update operations.
Returned during Get operations.
ID of the corresponding object on the Memori Engine. Returned during Get operations. Ignored in other cases.
True if the requesting User is the owner of this Memori, and as such has admin (update and delete) access to this Memori. Returned during Get operations. Ignored in other cases.
True if the requesting User has Giver (full read and write) access to this Memori. Returned during Get operations. Ignored in other cases.
True if the requesting User has Receiver (special read only) access to this Memori. Returned during Get operations. Ignored in other cases.
The tag of the Giver of this Memori. Returned during Registration and Get operations. Used Update operations. Ignored in other cases. It is present only if this Memori belongs to the logged in User.
The PIN of the Giver of this Memori. Returned during Registration and Get operations. Used Update operations. Ignored in other cases. It is present only if this Memori belongs to the logged in User.
Type of privacy setting for this Memori (private, public or secret). Required during Registration operations. Used during Update operations. Returned during Get operations. May be one of the following: PUBLIC: this Memori is not encrypted, has no password and is accessible to everyone PRIVATE: this Memori is not encrypted, has a system-generated Secret Token as password and can be accessed only by providing it SECRET: this Memori is encrypted, has a user-defined password and can be accessed only by providing it
Secret Token. Assigned by the system. Must be used as Password when the PrivacyType is PRIVATE. Returned during Open Session and Get operations. May be required during Update operations. Ignored in other cases. It is present only if this Memori is accessible to the logged in User (e.g. they are the owner or a legitimate Giver or Receiver) and its Privacy Type is set to PRIVATE.
Minium number of recovery tokens. Recovery tokens allow to access a secret Memori when its original password has been lost. May be provided during Registration operations. Returned during Get operations. Ignored in other cases. It is present only if this Memori belongs to the logged in User and its Privacy Type is set to SECRET.
Total number of recovery tokens. Recovery tokens allow to access a secret Memori when its original password has been lost. If set, a set of recovery tokens will be generated and returned after Registration completes.
URL of the avatar image represting this Memori object. May be provided during Registration and Update operations. Returned during Get operations.
URL of the cover image represting this Memori object. May be provided during Registration and Update operations. Returned during Get operations.
URL of the avatar 3D model represting this Memori object. It is obtained from the CustomData property of the public home page Integration object for this Memori, if present. To be changed, the Integration object must be changed. Returned during Get operations. Ignored in other cases.
Original URL of the avatar 3D model represting this Memori object. It is obtained from the CustomData property of the public home page Integration object for this Memori, if present. To be changed, the Integration object must be changed. Returned during Get operations. Ignored in other cases.
True if this Memori requires positioning to be accessed. May be provided during Registration and Update operations. Returned during Get operations.
True if this Memori requires current date/time to be accessed. May be provided during Registration and Update operations. Returned during Get operations.
Type of voice for this Memori (male or female). May be provided during Registration and Update operations. Returned during Get operations. Can be one of the following: MALE: standard male voice FEMALE: standard female voice
Culture for dialogs and natural language processing of this Memori. Returned during Get operations. Ignored in other cases. Currently supported cultures are: it-IT en-US
Categories (or tags) associated with this Memori. May be provided during Registration and Update operations. Returned during Get operations.
True if this Memori content must be considered not safe for minors of working environments. May be provided during Registration and Update operations. Returned during Get operations.
When True, a Giver Tag/Pin or a valid login token is needed to open a session
The minimum age required to open a session to this Memori. Returned during Get operations. Ignored in other cases.
True if this Memori must be exposed on the homepage of its corresponding owner User's tenant. May be provided during Registration and Update operations. Returned during Get operations.
True if this Memori must be accessible from the mobile app. May be provided during Registration and Update operations. Returned during Get operations.
The offset to be applied to confidence levels. Typically, in the range from -0.02 to 0.02.
True if this Memori must skip the R2-R3 loop, i.e. must consider medium confidence answers as high confidence answers in R1. May be provided during Registration and Update operations. Returned during Get operations.
True if this Memori must skip the R4 loop, i.e. must not propose randomly picked contents when a Time Out event is received in R1. May be provided during Registration and Update operations. Returned during Get operations.
True if this Memori must skip the R5 loop, i.e. must not accept the "not what I asked" intent in R1. May be provided during Registration and Update operations. Returned during Get operations.
True if this Memori must try to answer using completions from a Large Language Model, if available, when no other answers are available.
If set to True
this Memori will collect known facts about the user
on a special long term memory and makes use of it to improve the conversation.
Requires EnableCompletions
to be set to True
to work appropriately.
If set to True
this Memori will always try to answer with a completion.
Memory objects will be used for generative AI prompting, but not for direct answers.
Requires EnableCompletions
to be set to True
to work appropriately.
Can't be used in conjunction with the Chaining
feature.
May be provided during Registration and Update operations.
Returned during Get operations.
If set to True
this Memori will not try to extract related media
when generating a response through a completion with generative AI.
This flag has no effect to user-generated content: attached media will always be provided.
May be provided during Registration and Update operations.
Returned during Get operations.
Name of the Completion Configuration used for Question Answering
with a Large Language Model. If null the default is used.
May be provided during Registration and Update operations.
Returned during Get operations.
When updating, set it to a single dash character (-
) to
remove a previously set configuration.
Name of the Completion Configuration used for Import/Export
with a Large Language Model. If null the default is used.
May be provided during Registration and Update operations.
Returned during Get operations.
When updating, set it to a single dash character (-
) to
remove a previously set configuration.
Name of the Completion Configuration used for Deep Thought.
If null the default is used.
May be provided during Registration and Update operations.
Returned during Get operations.
When updating, set it to a single dash character (-
) to
remove a previously set configuration.
Temperature for Completions. If not set a default is used. May be provided during Registration and Update operations. Returned during Get operations.
Maximum number of output tokens for Completions. If not set a default is used. May be provided during Registration and Update operations. Returned during Get operations.
Optional Engine ID of a chained Memori. If set, any time this Memori
can't find an answer to a question, it will try to ask to the chained Memori.
The chained Memori will then answer and transparently handle the subsequent dialog.
The user will not be aware of chaining.
May be provided during Registration and Update operations.
Returned during Get operations.
When updating, set it to a single dash character (-
) to
remove a previously set chaining.
Optional base URL of a chained Memori, typically https://engine.memori.ai/
.
Required if ChainingMemoriID is set.
May be provided during Registration and Update operations.
Returned during Get operations.
Password of the chained Memori. Required if ChainingMemoriID is set. May be provided during Registration and Update operations. Ignored in other cases.
If set to True
this Memori will act as the chairman of
a board of experts, i.e. for each question will determine which expert
is competent and forward the question to it.
At least an Expert Reference must then be provided for this feature to activate.
List of Macro Function names enabled for this Memori. Currently available Macro Functions are: Wikipedia: adds functions to search for a topic on Wikipedia URLCrawling: adds functions to crawl a web page ContextVariables: adds functions to manage context variables
User name of the optional integration with the DCM platform.
If set, this Memori will be able send outcomes to the DCM platform
when specific contents are emitted during the conversation.
May be provided during Registration and Update operations.
Returned during Get operations.
When updating, set it to a single dash character (-
) to
remove a previously set integration.
Shared secret of the optional integration with the DCM platform. Required if DCMUser is set. May be provided during Registration and Update operations. Ignored in other cases.
Application context of the optional integration with the DCM platform. Required if DCMUser is set. May be provided during Registration and Update operations. Returned during Get operations.
Administrative block end date. Null if no administrative block is in effect. During an administrative block a Memori can be edited with a Giver session, but not accessed with an anonymous or Receiver session.
Timestamp of creation. Returned during Get operations. Ignored in other cases.
Timestamp of latest change. Returned during Get operations. Ignored in other cases.
Success
The login token
Specifications of a Memori object.
Memori ID. Unique and assigned by the system. Returned during Registration and Get operations. Used in Update, Transfer and Delete operations. Ignored in other cases.
Memori name. Required during Registration operations. Used during Update operations. Returned during Get operations.
Password. Required during Registration operations. May be required during Update operations. Ignored in other cases. Must be provided in the following cases: When PrivacyType is SECRET: during Registration and Update operations, and it can be any non-empty string When PrivacyType is PRIVATE: only during Update operations, and it must be set with the SecretToken provided during registration
Recovery tokens. Returned during Registration operations if the
Memori Privacy Type is set to SECRET
and a
TotalNumberOfRecoveryTokens is greater than 0.
Ignored in other cases.
New password. Used during Update operations. Ignored in other cases. Can be provided in the following case: When PrivacyType is SECRET: during Update operations, and it can be any non-empty string
ID of the User this Memori belongs to. Returned during Registration and Get operations. Used in Transfer operation. Ignored in other cases.
Name of the User this Memori belongs to. Returned during Registration and Get operations. Used in Transfer operation. Ignored in other cases.
Name of the Tenant of the User this Memori belongs to. Returned during Registration and Get operations. Used in Transfer operation. Ignored in other cases.
Memori configuration ID. Required during Registration. Returned during Get operations.
Memori description. Required during Registration and Update operations. Returned during Get operations.
Memori description for completions. If specified, it is used in
place of Description
when obtaining a completion
via a generative AI.
May be specified during Registration and Update operations.
Returned during Get operations.
ID of the corresponding object on the Memori Engine. Returned during Get operations. Ignored in other cases.
True if the requesting User is the owner of this Memori, and as such has admin (update and delete) access to this Memori. Returned during Get operations. Ignored in other cases.
True if the requesting User has Giver (full read and write) access to this Memori. Returned during Get operations. Ignored in other cases.
True if the requesting User has Receiver (special read only) access to this Memori. Returned during Get operations. Ignored in other cases.
The tag of the Giver of this Memori. Returned during Registration and Get operations. Used Update operations. Ignored in other cases. It is present only if this Memori belongs to the logged in User.
The PIN of the Giver of this Memori. Returned during Registration and Get operations. Used Update operations. Ignored in other cases. It is present only if this Memori belongs to the logged in User.
Type of privacy setting for this Memori (private, public or secret). Required during Registration operations. Used during Update operations. Returned during Get operations. May be one of the following: PUBLIC: this Memori is not encrypted, has no password and is accessible to everyone PRIVATE: this Memori is not encrypted, has a system-generated Secret Token as password and can be accessed only by providing it SECRET: this Memori is encrypted, has a user-defined password and can be accessed only by providing it
Secret Token. Assigned by the system. Must be used as Password when the PrivacyType is PRIVATE. Returned during Open Session and Get operations. May be required during Update operations. Ignored in other cases. It is present only if this Memori is accessible to the logged in User (e.g. they are the owner or a legitimate Giver or Receiver) and its Privacy Type is set to PRIVATE.
Minium number of recovery tokens. Recovery tokens allow to access a secret Memori when its original password has been lost. May be provided during Registration operations. Returned during Get operations. Ignored in other cases. It is present only if this Memori belongs to the logged in User and its Privacy Type is set to SECRET.
Total number of recovery tokens. Recovery tokens allow to access a secret Memori when its original password has been lost. If set, a set of recovery tokens will be generated and returned after Registration completes.
URL of the avatar image represting this Memori object. May be provided during Registration and Update operations. Returned during Get operations.
URL of the cover image represting this Memori object. May be provided during Registration and Update operations. Returned during Get operations.
URL of the avatar 3D model represting this Memori object. It is obtained from the CustomData property of the public home page Integration object for this Memori, if present. To be changed, the Integration object must be changed. Returned during Get operations. Ignored in other cases.
Original URL of the avatar 3D model represting this Memori object. It is obtained from the CustomData property of the public home page Integration object for this Memori, if present. To be changed, the Integration object must be changed. Returned during Get operations. Ignored in other cases.
True if this Memori requires positioning to be accessed. May be provided during Registration and Update operations. Returned during Get operations.
True if this Memori requires current date/time to be accessed. May be provided during Registration and Update operations. Returned during Get operations.
Type of voice for this Memori (male or female). May be provided during Registration and Update operations. Returned during Get operations. Can be one of the following: MALE: standard male voice FEMALE: standard female voice
Culture for dialogs and natural language processing of this Memori. Returned during Get operations. Ignored in other cases. Currently supported cultures are: it-IT en-US
Categories (or tags) associated with this Memori. May be provided during Registration and Update operations. Returned during Get operations.
True if this Memori content must be considered not safe for minors of working environments. May be provided during Registration and Update operations. Returned during Get operations.
When True, a Giver Tag/Pin or a valid login token is needed to open a session
The minimum age required to open a session to this Memori. Returned during Get operations. Ignored in other cases.
True if this Memori must be exposed on the homepage of its corresponding owner User's tenant. May be provided during Registration and Update operations. Returned during Get operations.
True if this Memori must be accessible from the mobile app. May be provided during Registration and Update operations. Returned during Get operations.
The offset to be applied to confidence levels. Typically, in the range from -0.02 to 0.02.
True if this Memori must skip the R2-R3 loop, i.e. must consider medium confidence answers as high confidence answers in R1. May be provided during Registration and Update operations. Returned during Get operations.
True if this Memori must skip the R4 loop, i.e. must not propose randomly picked contents when a Time Out event is received in R1. May be provided during Registration and Update operations. Returned during Get operations.
True if this Memori must skip the R5 loop, i.e. must not accept the "not what I asked" intent in R1. May be provided during Registration and Update operations. Returned during Get operations.
True if this Memori must try to answer using completions from a Large Language Model, if available, when no other answers are available.
If set to True
this Memori will collect known facts about the user
on a special long term memory and makes use of it to improve the conversation.
Requires EnableCompletions
to be set to True
to work appropriately.
If set to True
this Memori will always try to answer with a completion.
Memory objects will be used for generative AI prompting, but not for direct answers.
Requires EnableCompletions
to be set to True
to work appropriately.
Can't be used in conjunction with the Chaining
feature.
May be provided during Registration and Update operations.
Returned during Get operations.
If set to True
this Memori will not try to extract related media
when generating a response through a completion with generative AI.
This flag has no effect to user-generated content: attached media will always be provided.
May be provided during Registration and Update operations.
Returned during Get operations.
Name of the Completion Configuration used for Question Answering
with a Large Language Model. If null the default is used.
May be provided during Registration and Update operations.
Returned during Get operations.
When updating, set it to a single dash character (-
) to
remove a previously set configuration.
Name of the Completion Configuration used for Import/Export
with a Large Language Model. If null the default is used.
May be provided during Registration and Update operations.
Returned during Get operations.
When updating, set it to a single dash character (-
) to
remove a previously set configuration.
Name of the Completion Configuration used for Deep Thought.
If null the default is used.
May be provided during Registration and Update operations.
Returned during Get operations.
When updating, set it to a single dash character (-
) to
remove a previously set configuration.
Temperature for Completions. If not set a default is used. May be provided during Registration and Update operations. Returned during Get operations.
Maximum number of output tokens for Completions. If not set a default is used. May be provided during Registration and Update operations. Returned during Get operations.
Optional Engine ID of a chained Memori. If set, any time this Memori
can't find an answer to a question, it will try to ask to the chained Memori.
The chained Memori will then answer and transparently handle the subsequent dialog.
The user will not be aware of chaining.
May be provided during Registration and Update operations.
Returned during Get operations.
When updating, set it to a single dash character (-
) to
remove a previously set chaining.
Optional base URL of a chained Memori, typically https://engine.memori.ai/
.
Required if ChainingMemoriID is set.
May be provided during Registration and Update operations.
Returned during Get operations.
Password of the chained Memori. Required if ChainingMemoriID is set. May be provided during Registration and Update operations. Ignored in other cases.
If set to True
this Memori will act as the chairman of
a board of experts, i.e. for each question will determine which expert
is competent and forward the question to it.
At least an Expert Reference must then be provided for this feature to activate.
List of Macro Function names enabled for this Memori. Currently available Macro Functions are: Wikipedia: adds functions to search for a topic on Wikipedia URLCrawling: adds functions to crawl a web page ContextVariables: adds functions to manage context variables
User name of the optional integration with the DCM platform.
If set, this Memori will be able send outcomes to the DCM platform
when specific contents are emitted during the conversation.
May be provided during Registration and Update operations.
Returned during Get operations.
When updating, set it to a single dash character (-
) to
remove a previously set integration.
Shared secret of the optional integration with the DCM platform. Required if DCMUser is set. May be provided during Registration and Update operations. Ignored in other cases.
Application context of the optional integration with the DCM platform. Required if DCMUser is set. May be provided during Registration and Update operations. Returned during Get operations.
Administrative block end date. Null if no administrative block is in effect. During an administrative block a Memori can be edited with a Giver session, but not accessed with an anonymous or Receiver session.
Timestamp of creation. Returned during Get operations. Ignored in other cases.
Timestamp of latest change. Returned during Get operations. Ignored in other cases.
Success
The login token
Specifications of a Memori object.
Memori ID. Unique and assigned by the system. Returned during Registration and Get operations. Used in Update, Transfer and Delete operations. Ignored in other cases.
Memori name. Required during Registration operations. Used during Update operations. Returned during Get operations.
Password. Required during Registration operations. May be required during Update operations. Ignored in other cases. Must be provided in the following cases: When PrivacyType is SECRET: during Registration and Update operations, and it can be any non-empty string When PrivacyType is PRIVATE: only during Update operations, and it must be set with the SecretToken provided during registration
Recovery tokens. Returned during Registration operations if the
Memori Privacy Type is set to SECRET
and a
TotalNumberOfRecoveryTokens is greater than 0.
Ignored in other cases.
New password. Used during Update operations. Ignored in other cases. Can be provided in the following case: When PrivacyType is SECRET: during Update operations, and it can be any non-empty string
ID of the User this Memori belongs to. Returned during Registration and Get operations. Used in Transfer operation. Ignored in other cases.
Name of the User this Memori belongs to. Returned during Registration and Get operations. Used in Transfer operation. Ignored in other cases.
Name of the Tenant of the User this Memori belongs to. Returned during Registration and Get operations. Used in Transfer operation. Ignored in other cases.
Memori configuration ID. Required during Registration. Returned during Get operations.
Memori description. Required during Registration and Update operations. Returned during Get operations.
Memori description for completions. If specified, it is used in
place of Description
when obtaining a completion
via a generative AI.
May be specified during Registration and Update operations.
Returned during Get operations.
ID of the corresponding object on the Memori Engine. Returned during Get operations. Ignored in other cases.
True if the requesting User is the owner of this Memori, and as such has admin (update and delete) access to this Memori. Returned during Get operations. Ignored in other cases.
True if the requesting User has Giver (full read and write) access to this Memori. Returned during Get operations. Ignored in other cases.
True if the requesting User has Receiver (special read only) access to this Memori. Returned during Get operations. Ignored in other cases.
The tag of the Giver of this Memori. Returned during Registration and Get operations. Used Update operations. Ignored in other cases. It is present only if this Memori belongs to the logged in User.
The PIN of the Giver of this Memori. Returned during Registration and Get operations. Used Update operations. Ignored in other cases. It is present only if this Memori belongs to the logged in User.
Type of privacy setting for this Memori (private, public or secret). Required during Registration operations. Used during Update operations. Returned during Get operations. May be one of the following: PUBLIC: this Memori is not encrypted, has no password and is accessible to everyone PRIVATE: this Memori is not encrypted, has a system-generated Secret Token as password and can be accessed only by providing it SECRET: this Memori is encrypted, has a user-defined password and can be accessed only by providing it
Secret Token. Assigned by the system. Must be used as Password when the PrivacyType is PRIVATE. Returned during Open Session and Get operations. May be required during Update operations. Ignored in other cases. It is present only if this Memori is accessible to the logged in User (e.g. they are the owner or a legitimate Giver or Receiver) and its Privacy Type is set to PRIVATE.
Minium number of recovery tokens. Recovery tokens allow to access a secret Memori when its original password has been lost. May be provided during Registration operations. Returned during Get operations. Ignored in other cases. It is present only if this Memori belongs to the logged in User and its Privacy Type is set to SECRET.
Total number of recovery tokens. Recovery tokens allow to access a secret Memori when its original password has been lost. If set, a set of recovery tokens will be generated and returned after Registration completes.
URL of the avatar image represting this Memori object. May be provided during Registration and Update operations. Returned during Get operations.
URL of the cover image represting this Memori object. May be provided during Registration and Update operations. Returned during Get operations.
URL of the avatar 3D model represting this Memori object. It is obtained from the CustomData property of the public home page Integration object for this Memori, if present. To be changed, the Integration object must be changed. Returned during Get operations. Ignored in other cases.
Original URL of the avatar 3D model represting this Memori object. It is obtained from the CustomData property of the public home page Integration object for this Memori, if present. To be changed, the Integration object must be changed. Returned during Get operations. Ignored in other cases.
True if this Memori requires positioning to be accessed. May be provided during Registration and Update operations. Returned during Get operations.
True if this Memori requires current date/time to be accessed. May be provided during Registration and Update operations. Returned during Get operations.
Type of voice for this Memori (male or female). May be provided during Registration and Update operations. Returned during Get operations. Can be one of the following: MALE: standard male voice FEMALE: standard female voice
Culture for dialogs and natural language processing of this Memori. Returned during Get operations. Ignored in other cases. Currently supported cultures are: it-IT en-US
Categories (or tags) associated with this Memori. May be provided during Registration and Update operations. Returned during Get operations.
True if this Memori content must be considered not safe for minors of working environments. May be provided during Registration and Update operations. Returned during Get operations.
When True, a Giver Tag/Pin or a valid login token is needed to open a session
The minimum age required to open a session to this Memori. Returned during Get operations. Ignored in other cases.
True if this Memori must be exposed on the homepage of its corresponding owner User's tenant. May be provided during Registration and Update operations. Returned during Get operations.
True if this Memori must be accessible from the mobile app. May be provided during Registration and Update operations. Returned during Get operations.
The offset to be applied to confidence levels. Typically, in the range from -0.02 to 0.02.
True if this Memori must skip the R2-R3 loop, i.e. must consider medium confidence answers as high confidence answers in R1. May be provided during Registration and Update operations. Returned during Get operations.
True if this Memori must skip the R4 loop, i.e. must not propose randomly picked contents when a Time Out event is received in R1. May be provided during Registration and Update operations. Returned during Get operations.
True if this Memori must skip the R5 loop, i.e. must not accept the "not what I asked" intent in R1. May be provided during Registration and Update operations. Returned during Get operations.
True if this Memori must try to answer using completions from a Large Language Model, if available, when no other answers are available.
If set to True
this Memori will collect known facts about the user
on a special long term memory and makes use of it to improve the conversation.
Requires EnableCompletions
to be set to True
to work appropriately.
If set to True
this Memori will always try to answer with a completion.
Memory objects will be used for generative AI prompting, but not for direct answers.
Requires EnableCompletions
to be set to True
to work appropriately.
Can't be used in conjunction with the Chaining
feature.
May be provided during Registration and Update operations.
Returned during Get operations.
If set to True
this Memori will not try to extract related media
when generating a response through a completion with generative AI.
This flag has no effect to user-generated content: attached media will always be provided.
May be provided during Registration and Update operations.
Returned during Get operations.
Name of the Completion Configuration used for Question Answering
with a Large Language Model. If null the default is used.
May be provided during Registration and Update operations.
Returned during Get operations.
When updating, set it to a single dash character (-
) to
remove a previously set configuration.
Name of the Completion Configuration used for Import/Export
with a Large Language Model. If null the default is used.
May be provided during Registration and Update operations.
Returned during Get operations.
When updating, set it to a single dash character (-
) to
remove a previously set configuration.
Name of the Completion Configuration used for Deep Thought.
If null the default is used.
May be provided during Registration and Update operations.
Returned during Get operations.
When updating, set it to a single dash character (-
) to
remove a previously set configuration.
Temperature for Completions. If not set a default is used. May be provided during Registration and Update operations. Returned during Get operations.
Maximum number of output tokens for Completions. If not set a default is used. May be provided during Registration and Update operations. Returned during Get operations.
Optional Engine ID of a chained Memori. If set, any time this Memori
can't find an answer to a question, it will try to ask to the chained Memori.
The chained Memori will then answer and transparently handle the subsequent dialog.
The user will not be aware of chaining.
May be provided during Registration and Update operations.
Returned during Get operations.
When updating, set it to a single dash character (-
) to
remove a previously set chaining.
Optional base URL of a chained Memori, typically https://engine.memori.ai/
.
Required if ChainingMemoriID is set.
May be provided during Registration and Update operations.
Returned during Get operations.
Password of the chained Memori. Required if ChainingMemoriID is set. May be provided during Registration and Update operations. Ignored in other cases.
If set to True
this Memori will act as the chairman of
a board of experts, i.e. for each question will determine which expert
is competent and forward the question to it.
At least an Expert Reference must then be provided for this feature to activate.
List of Macro Function names enabled for this Memori. Currently available Macro Functions are: Wikipedia: adds functions to search for a topic on Wikipedia URLCrawling: adds functions to crawl a web page ContextVariables: adds functions to manage context variables
User name of the optional integration with the DCM platform.
If set, this Memori will be able send outcomes to the DCM platform
when specific contents are emitted during the conversation.
May be provided during Registration and Update operations.
Returned during Get operations.
When updating, set it to a single dash character (-
) to
remove a previously set integration.
Shared secret of the optional integration with the DCM platform. Required if DCMUser is set. May be provided during Registration and Update operations. Ignored in other cases.
Application context of the optional integration with the DCM platform. Required if DCMUser is set. May be provided during Registration and Update operations. Returned during Get operations.
Administrative block end date. Null if no administrative block is in effect. During an administrative block a Memori can be edited with a Giver session, but not accessed with an anonymous or Receiver session.
Timestamp of creation. Returned during Get operations. Ignored in other cases.
Timestamp of latest change. Returned during Get operations. Ignored in other cases.
Success
The login token
Specifications of a Memori object.
Memori ID. Unique and assigned by the system. Returned during Registration and Get operations. Used in Update, Transfer and Delete operations. Ignored in other cases.
Memori name. Required during Registration operations. Used during Update operations. Returned during Get operations.
Password. Required during Registration operations. May be required during Update operations. Ignored in other cases. Must be provided in the following cases: When PrivacyType is SECRET: during Registration and Update operations, and it can be any non-empty string When PrivacyType is PRIVATE: only during Update operations, and it must be set with the SecretToken provided during registration
Recovery tokens. Returned during Registration operations if the
Memori Privacy Type is set to SECRET
and a
TotalNumberOfRecoveryTokens is greater than 0.
Ignored in other cases.
New password. Used during Update operations. Ignored in other cases. Can be provided in the following case: When PrivacyType is SECRET: during Update operations, and it can be any non-empty string
ID of the User this Memori belongs to. Returned during Registration and Get operations. Used in Transfer operation. Ignored in other cases.
Name of the User this Memori belongs to. Returned during Registration and Get operations. Used in Transfer operation. Ignored in other cases.
Name of the Tenant of the User this Memori belongs to. Returned during Registration and Get operations. Used in Transfer operation. Ignored in other cases.
Memori configuration ID. Required during Registration. Returned during Get operations.
Memori description. Required during Registration and Update operations. Returned during Get operations.
Memori description for completions. If specified, it is used in
place of Description
when obtaining a completion
via a generative AI.
May be specified during Registration and Update operations.
Returned during Get operations.
ID of the corresponding object on the Memori Engine. Returned during Get operations. Ignored in other cases.
True if the requesting User is the owner of this Memori, and as such has admin (update and delete) access to this Memori. Returned during Get operations. Ignored in other cases.
True if the requesting User has Giver (full read and write) access to this Memori. Returned during Get operations. Ignored in other cases.
True if the requesting User has Receiver (special read only) access to this Memori. Returned during Get operations. Ignored in other cases.
The tag of the Giver of this Memori. Returned during Registration and Get operations. Used Update operations. Ignored in other cases. It is present only if this Memori belongs to the logged in User.
The PIN of the Giver of this Memori. Returned during Registration and Get operations. Used Update operations. Ignored in other cases. It is present only if this Memori belongs to the logged in User.
Type of privacy setting for this Memori (private, public or secret). Required during Registration operations. Used during Update operations. Returned during Get operations. May be one of the following: PUBLIC: this Memori is not encrypted, has no password and is accessible to everyone PRIVATE: this Memori is not encrypted, has a system-generated Secret Token as password and can be accessed only by providing it SECRET: this Memori is encrypted, has a user-defined password and can be accessed only by providing it
Secret Token. Assigned by the system. Must be used as Password when the PrivacyType is PRIVATE. Returned during Open Session and Get operations. May be required during Update operations. Ignored in other cases. It is present only if this Memori is accessible to the logged in User (e.g. they are the owner or a legitimate Giver or Receiver) and its Privacy Type is set to PRIVATE.
Minium number of recovery tokens. Recovery tokens allow to access a secret Memori when its original password has been lost. May be provided during Registration operations. Returned during Get operations. Ignored in other cases. It is present only if this Memori belongs to the logged in User and its Privacy Type is set to SECRET.
Total number of recovery tokens. Recovery tokens allow to access a secret Memori when its original password has been lost. If set, a set of recovery tokens will be generated and returned after Registration completes.
URL of the avatar image represting this Memori object. May be provided during Registration and Update operations. Returned during Get operations.
URL of the cover image represting this Memori object. May be provided during Registration and Update operations. Returned during Get operations.
URL of the avatar 3D model represting this Memori object. It is obtained from the CustomData property of the public home page Integration object for this Memori, if present. To be changed, the Integration object must be changed. Returned during Get operations. Ignored in other cases.
Original URL of the avatar 3D model represting this Memori object. It is obtained from the CustomData property of the public home page Integration object for this Memori, if present. To be changed, the Integration object must be changed. Returned during Get operations. Ignored in other cases.
True if this Memori requires positioning to be accessed. May be provided during Registration and Update operations. Returned during Get operations.
True if this Memori requires current date/time to be accessed. May be provided during Registration and Update operations. Returned during Get operations.
Type of voice for this Memori (male or female). May be provided during Registration and Update operations. Returned during Get operations. Can be one of the following: MALE: standard male voice FEMALE: standard female voice
Culture for dialogs and natural language processing of this Memori. Returned during Get operations. Ignored in other cases. Currently supported cultures are: it-IT en-US
Categories (or tags) associated with this Memori. May be provided during Registration and Update operations. Returned during Get operations.
True if this Memori content must be considered not safe for minors of working environments. May be provided during Registration and Update operations. Returned during Get operations.
When True, a Giver Tag/Pin or a valid login token is needed to open a session
The minimum age required to open a session to this Memori. Returned during Get operations. Ignored in other cases.
True if this Memori must be exposed on the homepage of its corresponding owner User's tenant. May be provided during Registration and Update operations. Returned during Get operations.
True if this Memori must be accessible from the mobile app. May be provided during Registration and Update operations. Returned during Get operations.
The offset to be applied to confidence levels. Typically, in the range from -0.02 to 0.02.
True if this Memori must skip the R2-R3 loop, i.e. must consider medium confidence answers as high confidence answers in R1. May be provided during Registration and Update operations. Returned during Get operations.
True if this Memori must skip the R4 loop, i.e. must not propose randomly picked contents when a Time Out event is received in R1. May be provided during Registration and Update operations. Returned during Get operations.
True if this Memori must skip the R5 loop, i.e. must not accept the "not what I asked" intent in R1. May be provided during Registration and Update operations. Returned during Get operations.
True if this Memori must try to answer using completions from a Large Language Model, if available, when no other answers are available.
If set to True
this Memori will collect known facts about the user
on a special long term memory and makes use of it to improve the conversation.
Requires EnableCompletions
to be set to True
to work appropriately.
If set to True
this Memori will always try to answer with a completion.
Memory objects will be used for generative AI prompting, but not for direct answers.
Requires EnableCompletions
to be set to True
to work appropriately.
Can't be used in conjunction with the Chaining
feature.
May be provided during Registration and Update operations.
Returned during Get operations.
If set to True
this Memori will not try to extract related media
when generating a response through a completion with generative AI.
This flag has no effect to user-generated content: attached media will always be provided.
May be provided during Registration and Update operations.
Returned during Get operations.
Name of the Completion Configuration used for Question Answering
with a Large Language Model. If null the default is used.
May be provided during Registration and Update operations.
Returned during Get operations.
When updating, set it to a single dash character (-
) to
remove a previously set configuration.
Name of the Completion Configuration used for Import/Export
with a Large Language Model. If null the default is used.
May be provided during Registration and Update operations.
Returned during Get operations.
When updating, set it to a single dash character (-
) to
remove a previously set configuration.
Name of the Completion Configuration used for Deep Thought.
If null the default is used.
May be provided during Registration and Update operations.
Returned during Get operations.
When updating, set it to a single dash character (-
) to
remove a previously set configuration.
Temperature for Completions. If not set a default is used. May be provided during Registration and Update operations. Returned during Get operations.
Maximum number of output tokens for Completions. If not set a default is used. May be provided during Registration and Update operations. Returned during Get operations.
Optional Engine ID of a chained Memori. If set, any time this Memori
can't find an answer to a question, it will try to ask to the chained Memori.
The chained Memori will then answer and transparently handle the subsequent dialog.
The user will not be aware of chaining.
May be provided during Registration and Update operations.
Returned during Get operations.
When updating, set it to a single dash character (-
) to
remove a previously set chaining.
Optional base URL of a chained Memori, typically https://engine.memori.ai/
.
Required if ChainingMemoriID is set.
May be provided during Registration and Update operations.
Returned during Get operations.
Password of the chained Memori. Required if ChainingMemoriID is set. May be provided during Registration and Update operations. Ignored in other cases.
If set to True
this Memori will act as the chairman of
a board of experts, i.e. for each question will determine which expert
is competent and forward the question to it.
At least an Expert Reference must then be provided for this feature to activate.
List of Macro Function names enabled for this Memori. Currently available Macro Functions are: Wikipedia: adds functions to search for a topic on Wikipedia URLCrawling: adds functions to crawl a web page ContextVariables: adds functions to manage context variables
User name of the optional integration with the DCM platform.
If set, this Memori will be able send outcomes to the DCM platform
when specific contents are emitted during the conversation.
May be provided during Registration and Update operations.
Returned during Get operations.
When updating, set it to a single dash character (-
) to
remove a previously set integration.
Shared secret of the optional integration with the DCM platform. Required if DCMUser is set. May be provided during Registration and Update operations. Ignored in other cases.
Application context of the optional integration with the DCM platform. Required if DCMUser is set. May be provided during Registration and Update operations. Returned during Get operations.
Administrative block end date. Null if no administrative block is in effect. During an administrative block a Memori can be edited with a Giver session, but not accessed with an anonymous or Receiver session.
Timestamp of creation. Returned during Get operations. Ignored in other cases.
Timestamp of latest change. Returned during Get operations. Ignored in other cases.
Success
Only super admins are admitted to perform this operation
The login token
Specifications of a Memori object.
Memori ID. Unique and assigned by the system. Returned during Registration and Get operations. Used in Update, Transfer and Delete operations. Ignored in other cases.
Memori name. Required during Registration operations. Used during Update operations. Returned during Get operations.
Password. Required during Registration operations. May be required during Update operations. Ignored in other cases. Must be provided in the following cases: When PrivacyType is SECRET: during Registration and Update operations, and it can be any non-empty string When PrivacyType is PRIVATE: only during Update operations, and it must be set with the SecretToken provided during registration
Recovery tokens. Returned during Registration operations if the
Memori Privacy Type is set to SECRET
and a
TotalNumberOfRecoveryTokens is greater than 0.
Ignored in other cases.
New password. Used during Update operations. Ignored in other cases. Can be provided in the following case: When PrivacyType is SECRET: during Update operations, and it can be any non-empty string
ID of the User this Memori belongs to. Returned during Registration and Get operations. Used in Transfer operation. Ignored in other cases.
Name of the User this Memori belongs to. Returned during Registration and Get operations. Used in Transfer operation. Ignored in other cases.
Name of the Tenant of the User this Memori belongs to. Returned during Registration and Get operations. Used in Transfer operation. Ignored in other cases.
Memori configuration ID. Required during Registration. Returned during Get operations.
Memori description. Required during Registration and Update operations. Returned during Get operations.
Memori description for completions. If specified, it is used in
place of Description
when obtaining a completion
via a generative AI.
May be specified during Registration and Update operations.
Returned during Get operations.
ID of the corresponding object on the Memori Engine. Returned during Get operations. Ignored in other cases.
True if the requesting User is the owner of this Memori, and as such has admin (update and delete) access to this Memori. Returned during Get operations. Ignored in other cases.
True if the requesting User has Giver (full read and write) access to this Memori. Returned during Get operations. Ignored in other cases.
True if the requesting User has Receiver (special read only) access to this Memori. Returned during Get operations. Ignored in other cases.
The tag of the Giver of this Memori. Returned during Registration and Get operations. Used Update operations. Ignored in other cases. It is present only if this Memori belongs to the logged in User.
The PIN of the Giver of this Memori. Returned during Registration and Get operations. Used Update operations. Ignored in other cases. It is present only if this Memori belongs to the logged in User.
Type of privacy setting for this Memori (private, public or secret). Required during Registration operations. Used during Update operations. Returned during Get operations. May be one of the following: PUBLIC: this Memori is not encrypted, has no password and is accessible to everyone PRIVATE: this Memori is not encrypted, has a system-generated Secret Token as password and can be accessed only by providing it SECRET: this Memori is encrypted, has a user-defined password and can be accessed only by providing it
Secret Token. Assigned by the system. Must be used as Password when the PrivacyType is PRIVATE. Returned during Open Session and Get operations. May be required during Update operations. Ignored in other cases. It is present only if this Memori is accessible to the logged in User (e.g. they are the owner or a legitimate Giver or Receiver) and its Privacy Type is set to PRIVATE.
Minium number of recovery tokens. Recovery tokens allow to access a secret Memori when its original password has been lost. May be provided during Registration operations. Returned during Get operations. Ignored in other cases. It is present only if this Memori belongs to the logged in User and its Privacy Type is set to SECRET.
Total number of recovery tokens. Recovery tokens allow to access a secret Memori when its original password has been lost. If set, a set of recovery tokens will be generated and returned after Registration completes.
URL of the avatar image represting this Memori object. May be provided during Registration and Update operations. Returned during Get operations.
URL of the cover image represting this Memori object. May be provided during Registration and Update operations. Returned during Get operations.
URL of the avatar 3D model represting this Memori object. It is obtained from the CustomData property of the public home page Integration object for this Memori, if present. To be changed, the Integration object must be changed. Returned during Get operations. Ignored in other cases.
Original URL of the avatar 3D model represting this Memori object. It is obtained from the CustomData property of the public home page Integration object for this Memori, if present. To be changed, the Integration object must be changed. Returned during Get operations. Ignored in other cases.
True if this Memori requires positioning to be accessed. May be provided during Registration and Update operations. Returned during Get operations.
True if this Memori requires current date/time to be accessed. May be provided during Registration and Update operations. Returned during Get operations.
Type of voice for this Memori (male or female). May be provided during Registration and Update operations. Returned during Get operations. Can be one of the following: MALE: standard male voice FEMALE: standard female voice
Culture for dialogs and natural language processing of this Memori. Returned during Get operations. Ignored in other cases. Currently supported cultures are: it-IT en-US
Categories (or tags) associated with this Memori. May be provided during Registration and Update operations. Returned during Get operations.
True if this Memori content must be considered not safe for minors of working environments. May be provided during Registration and Update operations. Returned during Get operations.
When True, a Giver Tag/Pin or a valid login token is needed to open a session
The minimum age required to open a session to this Memori. Returned during Get operations. Ignored in other cases.
True if this Memori must be exposed on the homepage of its corresponding owner User's tenant. May be provided during Registration and Update operations. Returned during Get operations.
True if this Memori must be accessible from the mobile app. May be provided during Registration and Update operations. Returned during Get operations.
The offset to be applied to confidence levels. Typically, in the range from -0.02 to 0.02.
True if this Memori must skip the R2-R3 loop, i.e. must consider medium confidence answers as high confidence answers in R1. May be provided during Registration and Update operations. Returned during Get operations.
True if this Memori must skip the R4 loop, i.e. must not propose randomly picked contents when a Time Out event is received in R1. May be provided during Registration and Update operations. Returned during Get operations.
True if this Memori must skip the R5 loop, i.e. must not accept the "not what I asked" intent in R1. May be provided during Registration and Update operations. Returned during Get operations.
True if this Memori must try to answer using completions from a Large Language Model, if available, when no other answers are available.
If set to True
this Memori will collect known facts about the user
on a special long term memory and makes use of it to improve the conversation.
Requires EnableCompletions
to be set to True
to work appropriately.
If set to True
this Memori will always try to answer with a completion.
Memory objects will be used for generative AI prompting, but not for direct answers.
Requires EnableCompletions
to be set to True
to work appropriately.
Can't be used in conjunction with the Chaining
feature.
May be provided during Registration and Update operations.
Returned during Get operations.
If set to True
this Memori will not try to extract related media
when generating a response through a completion with generative AI.
This flag has no effect to user-generated content: attached media will always be provided.
May be provided during Registration and Update operations.
Returned during Get operations.
Name of the Completion Configuration used for Question Answering
with a Large Language Model. If null the default is used.
May be provided during Registration and Update operations.
Returned during Get operations.
When updating, set it to a single dash character (-
) to
remove a previously set configuration.
Name of the Completion Configuration used for Import/Export
with a Large Language Model. If null the default is used.
May be provided during Registration and Update operations.
Returned during Get operations.
When updating, set it to a single dash character (-
) to
remove a previously set configuration.
Name of the Completion Configuration used for Deep Thought.
If null the default is used.
May be provided during Registration and Update operations.
Returned during Get operations.
When updating, set it to a single dash character (-
) to
remove a previously set configuration.
Temperature for Completions. If not set a default is used. May be provided during Registration and Update operations. Returned during Get operations.
Maximum number of output tokens for Completions. If not set a default is used. May be provided during Registration and Update operations. Returned during Get operations.
Optional Engine ID of a chained Memori. If set, any time this Memori
can't find an answer to a question, it will try to ask to the chained Memori.
The chained Memori will then answer and transparently handle the subsequent dialog.
The user will not be aware of chaining.
May be provided during Registration and Update operations.
Returned during Get operations.
When updating, set it to a single dash character (-
) to
remove a previously set chaining.
Optional base URL of a chained Memori, typically https://engine.memori.ai/
.
Required if ChainingMemoriID is set.
May be provided during Registration and Update operations.
Returned during Get operations.
Password of the chained Memori. Required if ChainingMemoriID is set. May be provided during Registration and Update operations. Ignored in other cases.
If set to True
this Memori will act as the chairman of
a board of experts, i.e. for each question will determine which expert
is competent and forward the question to it.
At least an Expert Reference must then be provided for this feature to activate.
List of Macro Function names enabled for this Memori. Currently available Macro Functions are: Wikipedia: adds functions to search for a topic on Wikipedia URLCrawling: adds functions to crawl a web page ContextVariables: adds functions to manage context variables
User name of the optional integration with the DCM platform.
If set, this Memori will be able send outcomes to the DCM platform
when specific contents are emitted during the conversation.
May be provided during Registration and Update operations.
Returned during Get operations.
When updating, set it to a single dash character (-
) to
remove a previously set integration.
Shared secret of the optional integration with the DCM platform. Required if DCMUser is set. May be provided during Registration and Update operations. Ignored in other cases.
Application context of the optional integration with the DCM platform. Required if DCMUser is set. May be provided during Registration and Update operations. Returned during Get operations.
Administrative block end date. Null if no administrative block is in effect. During an administrative block a Memori can be edited with a Giver session, but not accessed with an anonymous or Receiver session.
Timestamp of creation. Returned during Get operations. Ignored in other cases.
Timestamp of latest change. Returned during Get operations. Ignored in other cases.
Success
Only super admins are admitted to perform this operation
The login token
Specifications of a Memori object.
Memori ID. Unique and assigned by the system. Returned during Registration and Get operations. Used in Update, Transfer and Delete operations. Ignored in other cases.
Memori name. Required during Registration operations. Used during Update operations. Returned during Get operations.
Password. Required during Registration operations. May be required during Update operations. Ignored in other cases. Must be provided in the following cases: When PrivacyType is SECRET: during Registration and Update operations, and it can be any non-empty string When PrivacyType is PRIVATE: only during Update operations, and it must be set with the SecretToken provided during registration
Recovery tokens. Returned during Registration operations if the
Memori Privacy Type is set to SECRET
and a
TotalNumberOfRecoveryTokens is greater than 0.
Ignored in other cases.
New password. Used during Update operations. Ignored in other cases. Can be provided in the following case: When PrivacyType is SECRET: during Update operations, and it can be any non-empty string
ID of the User this Memori belongs to. Returned during Registration and Get operations. Used in Transfer operation. Ignored in other cases.
Name of the User this Memori belongs to. Returned during Registration and Get operations. Used in Transfer operation. Ignored in other cases.
Name of the Tenant of the User this Memori belongs to. Returned during Registration and Get operations. Used in Transfer operation. Ignored in other cases.
Memori configuration ID. Required during Registration. Returned during Get operations.
Memori description. Required during Registration and Update operations. Returned during Get operations.
Memori description for completions. If specified, it is used in
place of Description
when obtaining a completion
via a generative AI.
May be specified during Registration and Update operations.
Returned during Get operations.
ID of the corresponding object on the Memori Engine. Returned during Get operations. Ignored in other cases.
True if the requesting User is the owner of this Memori, and as such has admin (update and delete) access to this Memori. Returned during Get operations. Ignored in other cases.
True if the requesting User has Giver (full read and write) access to this Memori. Returned during Get operations. Ignored in other cases.
True if the requesting User has Receiver (special read only) access to this Memori. Returned during Get operations. Ignored in other cases.
The tag of the Giver of this Memori. Returned during Registration and Get operations. Used Update operations. Ignored in other cases. It is present only if this Memori belongs to the logged in User.
The PIN of the Giver of this Memori. Returned during Registration and Get operations. Used Update operations. Ignored in other cases. It is present only if this Memori belongs to the logged in User.
Type of privacy setting for this Memori (private, public or secret). Required during Registration operations. Used during Update operations. Returned during Get operations. May be one of the following: PUBLIC: this Memori is not encrypted, has no password and is accessible to everyone PRIVATE: this Memori is not encrypted, has a system-generated Secret Token as password and can be accessed only by providing it SECRET: this Memori is encrypted, has a user-defined password and can be accessed only by providing it
Secret Token. Assigned by the system. Must be used as Password when the PrivacyType is PRIVATE. Returned during Open Session and Get operations. May be required during Update operations. Ignored in other cases. It is present only if this Memori is accessible to the logged in User (e.g. they are the owner or a legitimate Giver or Receiver) and its Privacy Type is set to PRIVATE.
Minium number of recovery tokens. Recovery tokens allow to access a secret Memori when its original password has been lost. May be provided during Registration operations. Returned during Get operations. Ignored in other cases. It is present only if this Memori belongs to the logged in User and its Privacy Type is set to SECRET.
Total number of recovery tokens. Recovery tokens allow to access a secret Memori when its original password has been lost. If set, a set of recovery tokens will be generated and returned after Registration completes.
URL of the avatar image represting this Memori object. May be provided during Registration and Update operations. Returned during Get operations.
URL of the cover image represting this Memori object. May be provided during Registration and Update operations. Returned during Get operations.
URL of the avatar 3D model represting this Memori object. It is obtained from the CustomData property of the public home page Integration object for this Memori, if present. To be changed, the Integration object must be changed. Returned during Get operations. Ignored in other cases.
Original URL of the avatar 3D model represting this Memori object. It is obtained from the CustomData property of the public home page Integration object for this Memori, if present. To be changed, the Integration object must be changed. Returned during Get operations. Ignored in other cases.
True if this Memori requires positioning to be accessed. May be provided during Registration and Update operations. Returned during Get operations.
True if this Memori requires current date/time to be accessed. May be provided during Registration and Update operations. Returned during Get operations.
Type of voice for this Memori (male or female). May be provided during Registration and Update operations. Returned during Get operations. Can be one of the following: MALE: standard male voice FEMALE: standard female voice
Culture for dialogs and natural language processing of this Memori. Returned during Get operations. Ignored in other cases. Currently supported cultures are: it-IT en-US
Categories (or tags) associated with this Memori. May be provided during Registration and Update operations. Returned during Get operations.
True if this Memori content must be considered not safe for minors of working environments. May be provided during Registration and Update operations. Returned during Get operations.
When True, a Giver Tag/Pin or a valid login token is needed to open a session
The minimum age required to open a session to this Memori. Returned during Get operations. Ignored in other cases.
True if this Memori must be exposed on the homepage of its corresponding owner User's tenant. May be provided during Registration and Update operations. Returned during Get operations.
True if this Memori must be accessible from the mobile app. May be provided during Registration and Update operations. Returned during Get operations.
The offset to be applied to confidence levels. Typically, in the range from -0.02 to 0.02.
True if this Memori must skip the R2-R3 loop, i.e. must consider medium confidence answers as high confidence answers in R1. May be provided during Registration and Update operations. Returned during Get operations.
True if this Memori must skip the R4 loop, i.e. must not propose randomly picked contents when a Time Out event is received in R1. May be provided during Registration and Update operations. Returned during Get operations.
True if this Memori must skip the R5 loop, i.e. must not accept the "not what I asked" intent in R1. May be provided during Registration and Update operations. Returned during Get operations.
True if this Memori must try to answer using completions from a Large Language Model, if available, when no other answers are available.
If set to True
this Memori will collect known facts about the user
on a special long term memory and makes use of it to improve the conversation.
Requires EnableCompletions
to be set to True
to work appropriately.
If set to True
this Memori will always try to answer with a completion.
Memory objects will be used for generative AI prompting, but not for direct answers.
Requires EnableCompletions
to be set to True
to work appropriately.
Can't be used in conjunction with the Chaining
feature.
May be provided during Registration and Update operations.
Returned during Get operations.
If set to True
this Memori will not try to extract related media
when generating a response through a completion with generative AI.
This flag has no effect to user-generated content: attached media will always be provided.
May be provided during Registration and Update operations.
Returned during Get operations.
Name of the Completion Configuration used for Question Answering
with a Large Language Model. If null the default is used.
May be provided during Registration and Update operations.
Returned during Get operations.
When updating, set it to a single dash character (-
) to
remove a previously set configuration.
Name of the Completion Configuration used for Import/Export
with a Large Language Model. If null the default is used.
May be provided during Registration and Update operations.
Returned during Get operations.
When updating, set it to a single dash character (-
) to
remove a previously set configuration.
Name of the Completion Configuration used for Deep Thought.
If null the default is used.
May be provided during Registration and Update operations.
Returned during Get operations.
When updating, set it to a single dash character (-
) to
remove a previously set configuration.
Temperature for Completions. If not set a default is used. May be provided during Registration and Update operations. Returned during Get operations.
Maximum number of output tokens for Completions. If not set a default is used. May be provided during Registration and Update operations. Returned during Get operations.
Optional Engine ID of a chained Memori. If set, any time this Memori
can't find an answer to a question, it will try to ask to the chained Memori.
The chained Memori will then answer and transparently handle the subsequent dialog.
The user will not be aware of chaining.
May be provided during Registration and Update operations.
Returned during Get operations.
When updating, set it to a single dash character (-
) to
remove a previously set chaining.
Optional base URL of a chained Memori, typically https://engine.memori.ai/
.
Required if ChainingMemoriID is set.
May be provided during Registration and Update operations.
Returned during Get operations.
Password of the chained Memori. Required if ChainingMemoriID is set. May be provided during Registration and Update operations. Ignored in other cases.
If set to True
this Memori will act as the chairman of
a board of experts, i.e. for each question will determine which expert
is competent and forward the question to it.
At least an Expert Reference must then be provided for this feature to activate.
List of Macro Function names enabled for this Memori. Currently available Macro Functions are: Wikipedia: adds functions to search for a topic on Wikipedia URLCrawling: adds functions to crawl a web page ContextVariables: adds functions to manage context variables
User name of the optional integration with the DCM platform.
If set, this Memori will be able send outcomes to the DCM platform
when specific contents are emitted during the conversation.
May be provided during Registration and Update operations.
Returned during Get operations.
When updating, set it to a single dash character (-
) to
remove a previously set integration.
Shared secret of the optional integration with the DCM platform. Required if DCMUser is set. May be provided during Registration and Update operations. Ignored in other cases.
Application context of the optional integration with the DCM platform. Required if DCMUser is set. May be provided during Registration and Update operations. Returned during Get operations.
Administrative block end date. Null if no administrative block is in effect. During an administrative block a Memori can be edited with a Giver session, but not accessed with an anonymous or Receiver session.
Timestamp of creation. Returned during Get operations. Ignored in other cases.
Timestamp of latest change. Returned during Get operations. Ignored in other cases.
Success