com.genesyslab.ail.srl
Interface SearchSRLResult


public interface SearchSRLResult

Defines the result of SRL searches according to the categoryOnly boolean value of the SRLManager.findCategoriesResponsesFromRoots(java.lang.Boolean, com.genesyslab.ail.srl.SearchSRLTemplate) method.

Note: If the DATABASE service is not available, that is, if UCS is not connected, you cannot use features associated with UCS, that is, contact search.

Since:
7.5
See Also:
SRLManager

Method Summary
 java.lang.String[] getCategories()
          Returns a collection of Category IDs.
 java.lang.String[] getStandardResponses()
          Returns a collection of StandardResponse IDs.
 

Method Detail

getCategories

java.lang.String[] getCategories()
Returns a collection of Category IDs.

Returns:
Category IDs.

getStandardResponses

java.lang.String[] getStandardResponses()
Returns a collection of StandardResponse IDs.

Returns:
StandardResponse IDs.