Skip navigation links
C E F G H K L N O P R T 

C

Companion - Static variable in class org.rewedigital.konversation.Konversation
 
Companion - Static variable in class org.rewedigital.konversation.Random
 
Companion - Static variable in class org.rewedigital.konversation.Reader
 
component1() - Method in class org.rewedigital.konversation.Environment
The platform for the reply should be optimized.
component1() - Method in class org.rewedigital.konversation.Output
The display test.
component1() - Method in class org.rewedigital.konversation.PartImpl
The variants for this part.
component2() - Method in class org.rewedigital.konversation.Environment
The locale the for the output.
component2() - Method in class org.rewedigital.konversation.Output
The Speech Synthesis Markup Language,
component2() - Method in class org.rewedigital.konversation.PartImpl
The type of this part can be Text and VoiceOnly.
component3() - Method in class org.rewedigital.konversation.Output
The reprompts which should the user hear when the user gives no input.
component4() - Method in class org.rewedigital.konversation.Output
The list of suggestions which should been displayed.
component5() - Method in class org.rewedigital.konversation.Output
The strings for UI elements
copy(platform, locale) - Method in class org.rewedigital.konversation.Environment
The environment holds data about the environment where is voice application is running.
copy(displayText, ssml, reprompts, suggestions, extras) - Method in class org.rewedigital.konversation.Output
Holds a static output of a reply.
copy(variants, type) - Method in class org.rewedigital.konversation.PartImpl
 
createOutput(data) - Method in class org.rewedigital.konversation.Konversation
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.

E

Environment - Class in org.rewedigital.konversation
The environment holds data about the environment where is voice application is running.
Environment(platform, locale) - Constructor for class org.rewedigital.konversation.Environment
The environment holds data about the environment where is voice application is running.
equals(p) - Method in class org.rewedigital.konversation.Environment
 
equals(p) - Method in class org.rewedigital.konversation.Output
 
equals(p) - Method in class org.rewedigital.konversation.PartImpl
 
exists(path) - Method in class org.rewedigital.konversation.FileChecker
Returns true if the file exists at the given path.
ExtensionsKt - Class in org.rewedigital.konversation
 

F

FileChecker - Class in org.rewedigital.konversation
Helper tool to verify if the given file exists.
FileChecker() - Constructor for class org.rewedigital.konversation.FileChecker
Helper tool to verify if the given file exists.
forEachIterator($receiver, block) - Static method in class org.rewedigital.konversation.ExtensionsKt
 
format(locale, format, args) - Method in class org.rewedigital.konversation.Formatter
Uses the provided format as a format string and returns a string obtained by substituting the specified arguments, using the locale of the environment.
Formatter - Class in org.rewedigital.konversation
Java implementation to format a string. This function just provides a platform specific sprintf() implementation.
Formatter() - Constructor for class org.rewedigital.konversation.Formatter
Java implementation to format a string. This function just provides a platform specific sprintf() implementation.

G

getDisplayText() - Method in class org.rewedigital.konversation.Output
The display test.
getExtras() - Method in class org.rewedigital.konversation.Output
The strings for UI elements
getLocale() - Method in class org.rewedigital.konversation.Environment
The locale the for the output.
getName() - Method in class org.rewedigital.konversation.Konversation
The conversation name you want to load.
getParts() - Method in class org.rewedigital.konversation.Reply
The parts of the response which should be build.
getPlatform() - Method in class org.rewedigital.konversation.Environment
The platform for the reply should be optimized.
getReprompts() - Method in class org.rewedigital.konversation.Output
The reprompts which should the user hear when the user gives no input.
getReprompts() - Method in class org.rewedigital.konversation.Reply
The reprompts which are used in context of the runtime.
getSsml() - Method in class org.rewedigital.konversation.Output
The Speech Synthesis Markup Language,
getSuggestions() - Method in class org.rewedigital.konversation.Output
The list of suggestions which should been displayed.
getSuggestions() - Method in class org.rewedigital.konversation.Reply
The suggestions which are used in context of the runtime.
getType() - Method in interface org.rewedigital.konversation.Part
The type of this part can be Text and VoiceOnly.
getType() - Method in class org.rewedigital.konversation.PartImpl
The type of this part can be Text and VoiceOnly.
getVariants() - Method in interface org.rewedigital.konversation.Part
The variants for this part. Please make sure that there are no grammatical issues when you use another alternative.
getVariants() - Method in class org.rewedigital.konversation.PartImpl
The variants for this part.

H

hashCode() - Method in class org.rewedigital.konversation.Environment
 
hashCode() - Method in class org.rewedigital.konversation.Output
 
hashCode() - Method in class org.rewedigital.konversation.PartImpl
 

K

Konversation - Class in org.rewedigital.konversation
The interface for accessing Konversation.
Konversation(name, environment) - Constructor for class org.rewedigital.konversation.Konversation
Creates a new Konversation object with the given options.
Konversation.Companion - Class in org.rewedigital.konversation
 

L

loadReply(name, environment) - Method in class org.rewedigital.konversation.Reader
Loads a reply for a given environment.

N

next(max) - Method in class org.rewedigital.konversation.Random
Returns a random number between 0 and max.

O

org.rewedigital.konversation - package org.rewedigital.konversation
 
Output - Class in org.rewedigital.konversation
Holds a static output of a reply.
Output(displayText, ssml, reprompts, suggestions, extras) - Constructor for class org.rewedigital.konversation.Output
Holds a static output of a reply.

P

Part - Interface in org.rewedigital.konversation
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).
PartImpl - Class in org.rewedigital.konversation
 
PartImpl(variants, type) - Constructor for class org.rewedigital.konversation.PartImpl
 
PartType - Enum in org.rewedigital.konversation
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.
PartType() - Constructor for enum org.rewedigital.konversation.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.

R

Random - Class in org.rewedigital.konversation
Java implementation for a random number generator.
Random() - Constructor for class org.rewedigital.konversation.Random
Java implementation for a random number generator.
Random.Companion - Class in org.rewedigital.konversation
 
Reader - Class in org.rewedigital.konversation
Helper class to read files.
Reader() - Constructor for class org.rewedigital.konversation.Reader
Helper class to read files.
Reader.Companion - Class in org.rewedigital.konversation
 
Reply - Class in org.rewedigital.konversation
Each Reply contains multiple interface Parts, suggestions and reprompts. The parts can be for the display or just for the audio output.
Reply(parts, suggestions, reprompts) - Constructor for class org.rewedigital.konversation.Reply
Each Reply contains multiple interface Parts, suggestions and reprompts. The parts can be for the display or just for the audio output.
Reply() - Constructor for class org.rewedigital.konversation.Reply
Each Reply contains multiple interface Parts, suggestions and reprompts. The parts can be for the display or just for the audio output.

T

toString() - Method in class org.rewedigital.konversation.Environment
 
toString() - Method in class org.rewedigital.konversation.Output
 
toString() - Method in class org.rewedigital.konversation.PartImpl
 
C E F G H K L N O P R T 
Skip navigation links