public class CreateSessionOptions extends GenericModel
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateSessionOptions.Builder
Builder.
|
static interface |
CreateSessionOptions.Model
The identifier of the model to be used by the new session.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
acousticCustomizationId()
Gets the acousticCustomizationId.
|
java.lang.String |
customizationId()
Gets the customizationId.
|
java.lang.Double |
customizationWeight()
Gets the customizationWeight.
|
java.lang.String |
model()
Gets the model.
|
CreateSessionOptions.Builder |
newBuilder()
New builder.
|
java.lang.String |
version()
Gets the version.
|
equals, hashCode, toStringpublic CreateSessionOptions.Builder newBuilder()
public java.lang.String model()
public java.lang.String customizationId()
public java.lang.String acousticCustomizationId()
public java.lang.Double customizationWeight()
public java.lang.String version()