public class Environment
The environment holds data about the environment where is voice application is running.
| Constructor and Description |
|---|
Environment(java.lang.String platform,
java.lang.String locale)
The environment holds data about the environment where is voice application is running.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
component1()
The platform for the reply should be optimized.
|
java.lang.String |
component2()
The locale the for the output.
|
Environment |
copy(java.lang.String platform,
java.lang.String locale)
The environment holds data about the environment where is voice application is running.
|
boolean |
equals(java.lang.Object p) |
java.lang.String |
getLocale()
The locale the for the output.
|
java.lang.String |
getPlatform()
The platform for the reply should be optimized.
|
int |
hashCode() |
java.lang.String |
toString() |
public Environment(java.lang.String platform,
java.lang.String locale)
The environment holds data about the environment where is voice application is running.
platform - The platform for the reply should be optimized.locale - The locale the for the output.public java.lang.String getPlatform()
The platform for the reply should be optimized.
public java.lang.String getLocale()
The locale the for the output.
public java.lang.String component1()
The platform for the reply should be optimized.
public java.lang.String component2()
The locale the for the output.
public Environment copy(java.lang.String platform, java.lang.String locale)
The environment holds data about the environment where is voice application is running.
public java.lang.String toString()
public int hashCode()
public boolean equals(java.lang.Object p)