Class VirtualAssistantService

    • Field Detail

      • SERVICE_ID

        public static final java.lang.String SERVICE_ID
        The identifier of the virtual assistant service.
        Since:
        16.1.0
        See Also:
        Constant Field Values
      • CUSTOM_PROPERTY_INCLUDE_STANDARD_INSTRUCTIONS

        public static final java.lang.String CUSTOM_PROPERTY_INCLUDE_STANDARD_INSTRUCTIONS
        Name of a boolean custom property that indicates whether the standard instructions are to be included in the virtual assistant prompt.
        Since:
        16.1.0
        See Also:
        Constant Field Values
      • CUSTOM_PROPERTY_CUSTOM_INSTRUCTIONS

        public static final java.lang.String CUSTOM_PROPERTY_CUSTOM_INSTRUCTIONS
        Name of a custom property that stores the custom instructions for the virtual assistant defined by the structure builder.
        Since:
        16.1.0
        See Also:
        Constant Field Values
      • CUSTOM_PROPERTY_ENABLE_TEXT_ANALYSIS

        public static final java.lang.String CUSTOM_PROPERTY_ENABLE_TEXT_ANALYSIS
        Name of a boolean custom property that indicates whether the text input from user will be analyzed by artificial inteligence.
        Since:
        LUM_NEXT_VERSION
        See Also:
        Constant Field Values
      • CUSTOM_PROPERTY_SENTIMENT_OPTIONS

        public static final java.lang.String CUSTOM_PROPERTY_SENTIMENT_OPTIONS
        Name of a custom property that stores the sentiment options for the virtual assistant defined in virtual assistant properties.
        Since:
        LUM_NEXT_VERSION
        See Also:
        Constant Field Values
      • CUSTOM_PROPERTY_INTENT_OPTIONS

        public static final java.lang.String CUSTOM_PROPERTY_INTENT_OPTIONS
        Name of a custom property that stores the intent options for the virtual assistant defined in virtual assistant properties.
        Since:
        LUM_NEXT_VERSION
        See Also:
        Constant Field Values
    • Constructor Detail

      • VirtualAssistantService

        public VirtualAssistantService()