Package | Description |
---|---|
com.amazon.ask.model.slu.entityresolution |
Modifier and Type | Method and Description |
---|---|
static StatusCode |
StatusCode.fromValue(String text) |
StatusCode |
Status.getCode()
Indication of the results of attempting to resolve the user utterance against the defined slot types.
|
static StatusCode |
StatusCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatusCode[] |
StatusCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Status.Builder |
Status.Builder.withCode(StatusCode code) |
Copyright © 2023. All rights reserved.