SlangIntent

Modifier and Type Method and Description SlangStatement getCompletionStatement()

Returns the completion statement configured for this intent List<SlangEntity> getEntities()

Returns the list of entities configured for this intent. SlangEntity getEntity(String name)

Returns an entity configured for this intent with the given name. String getName()

Returns the name of the resolved intent SlangStatement getStartStatement()

Returns the start statement configured for this intent. String getUserUtterance()

Returns the utterance spoken by the user to result in the given intent void setCompletionStatement(SlangStatement statement)

Sets the completion statement for this intent, thereby overriding the statement configured through the Slang Console. void setStartStatement(SlangStatement statement)

Sets the start statement for this intent, thereby overriding the statement configured through the Slang Console.

Last updated