public class Konversation
The interface for accessing Konversation.
| Modifier and Type | Class and Description |
|---|---|
static class |
Konversation.Companion |
| Modifier and Type | Field and Description |
|---|---|
static Konversation.Companion |
Companion |
| Constructor and Description |
|---|
Konversation(java.lang.String name,
Environment environment)
Creates a new Konversation object with the given options.
|
| Modifier and Type | Method and Description |
|---|---|
Output |
createOutput(java.util.Map<java.lang.String,? extends java.lang.Object> data)
Creates a static randomized output for your voice application.
The data will be applied to the output so that you can customize the output with your values.
|
java.lang.String |
getName()
The conversation name you want to load.
|
public static Konversation.Companion Companion
public Konversation(java.lang.String name,
Environment environment)
Creates a new Konversation object with the given options.
name - The conversation name you want to load.environment - The environment of the conversation to load.public Output createOutput(java.util.Map<java.lang.String,? extends java.lang.Object> data)
Creates a static randomized output for your voice application. The data will be applied to the output so that you can customize the output with your values.
public java.lang.String getName()
The conversation name you want to load.