public class Reply
Each Reply contains multiple interface Parts, suggestions and reprompts. The parts can be for the display or just for the audio output.
interface Part| Constructor and Description |
|---|
Reply(java.util.List<org.rewedigital.konversation.Part> parts,
java.util.List<java.lang.String> suggestions,
java.util.Map<java.lang.String,java.util.List> reprompts)
Each Reply contains multiple
interface Parts, suggestions and reprompts. The parts can be for the display or just for the audio output. |
Reply()
Each Reply contains multiple
interface Parts, suggestions and reprompts. The parts can be for the display or just for the audio output. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<org.rewedigital.konversation.Part> |
getParts()
The parts of the response which should be build.
|
java.util.Map<java.lang.String,java.util.List> |
getReprompts()
The reprompts which are used in context of the runtime.
|
java.util.List<java.lang.String> |
getSuggestions()
The suggestions which are used in context of the runtime.
|
public Reply(java.util.List<org.rewedigital.konversation.Part> parts,
java.util.List<java.lang.String> suggestions,
java.util.Map<java.lang.String,java.util.List> reprompts)
Each Reply contains multiple interface Parts, suggestions and reprompts. The parts can be for the display or just for the audio output.
parts - The parts of the response which should be build.suggestions - The suggestions which are used in context of the runtime.reprompts - The reprompts which are used in context of the runtime.interface Partpublic Reply()
Each Reply contains multiple interface Parts, suggestions and reprompts. The parts can be for the display or just for the audio output.
interface Partpublic java.util.List<org.rewedigital.konversation.Part> getParts()
The parts of the response which should be build.
public java.util.List<java.lang.String> getSuggestions()
The suggestions which are used in context of the runtime.
public java.util.Map<java.lang.String,java.util.List> getReprompts()
The reprompts which are used in context of the runtime.