| Interface | Description |
|---|---|
| Part |
One part of the
class Reply for the user. There can be two types: Text and VoiceOnly. The runtime will contact the parts and add separators (spaces). |
| Class | Description |
|---|---|
| Environment |
The environment holds data about the environment where is voice application is running.
|
| ExtensionsKt | |
| FileChecker |
Helper tool to verify if the given file exists.
|
| Formatter |
Java implementation to format a string. This function just provides a platform specific
sprintf() implementation. |
| Konversation |
The interface for accessing Konversation.
|
| Output |
Holds a static output of a reply.
|
| PartImpl | |
| Random |
Java implementation for a random number generator.
|
| Reader |
Helper class to read files.
|
| Reply |
Each Reply contains multiple
interface Parts, suggestions and reprompts. The parts can be for the display or just for the audio output. |
| Enum | Description |
|---|---|
| PartType |
The type of a part of the prompt. All parts will be concatenated by the runtime. For the display test the voice only parts will be stripped out.
This is very helpful if you need to describe some visual parts as lists which would be redundant on display devices.
Please note that the Text parts will be also added to the voice output. If you really need TextOnly please add a bug report. With an example why you need that.
|