WorkWiths and Entity Managers can be configured as intent resolvers, allowing Globant Enterprise AI to use them as potential answers to user queries. This configuration is managed through specific properties in the WorkWith and EntityManager nodes. For more information about intent resolvers please read Intent Based Navigation Basic Concepts
Expose WorkWith As Intent Resolver: This property in the WorkWith node determines whether the WorkWith should be exposed as an intent resolver.
 |
| Expose as Intent Resolver |
- Default Value: The default value is derived from the General Settings, allowing for a standardized approach across all objects unless specified otherwise.
 |
| Expose as Intent Resolver in General Settings |
- WorkWith Intent Resolver Description: If a WorkWith is exposed as an intent resolver, this property allows for a custom intent description to better align with specific use cases.
Expose EntityManager As Intent Resolver: This property in the EntityManager node determines whether the EntityManager should be exposed as an intent resolver.
- Default Value: The default value is derived from the General Settings, allowing for a standardized approach across all objects unless specified otherwise
- Entity Managers implement four core intentions: Display, Insert, Update, and Delete. When exposed as an intent resolver, additional properties allow for customized intent descriptions:
- Entity Manager Intent Resolver Description: General description for the EntityManager when used as an intent resolver.
- Entity Manager Insert Intent Resolver Description: Specific description for the insert action.
- Entity Manager Update Intent Resolver Description: Specific description for the update action.
- Entity Manager Delete Intent Resolver Description: Specific description for the delete action.
 |
| Entity Manager Intent Description |
Default values for all descriptions are provided based on templates that can be customized in the General Settings file. This ensures a cohesive user experience and maintains consistency across different parts of the application.
 |
| General Settings Default Values |
It's essential to ensure that these properties are appropriately set to reflect the intended use and interactions within the application. This will enhance the AI's ability to provide accurate and relevant responses based on user queries.
|