Configuring WorkWiths and Entity Manager as Intent Resolvers

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

Configuring WorkWiths

Expose WorkWith As Intent Resolver: This property in the WorkWith node determines whether the WorkWith should be exposed as an intent resolver.

ExposeAsIntentResolver
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.
    ExposeAsIntentResolverGeneralSettings
    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.

Configuring Entity Managers

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:
    1. Entity Manager Intent Resolver Description: General description for the EntityManager when used as an intent resolver.
    2. Entity Manager Insert Intent Resolver Description: Specific description for the insert action.
    3. Entity Manager Update Intent Resolver Description: Specific description for the update action.
    4. Entity Manager Delete Intent Resolver Description: Specific description for the delete action.

EntityManagerIntentDescription
Entity Manager Intent Description

Default Values for Resolver Descriptions

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.

Default Value
General Settings Default Values

Implementation Notes

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.