| Modifier and Type | Method and Description |
|---|---|
static NluSettings.ModelType |
NluSettings.ModelType.forNumber(int value) |
NluSettings.ModelType |
NluSettings.getModelType()
Indicates the type of NLU model.
|
NluSettings.ModelType |
NluSettings.Builder.getModelType()
Indicates the type of NLU model.
|
NluSettings.ModelType |
NluSettingsOrBuilder.getModelType()
Indicates the type of NLU model.
|
static NluSettings.ModelType |
NluSettings.ModelType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static NluSettings.ModelType |
NluSettings.ModelType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static NluSettings.ModelType |
NluSettings.ModelType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NluSettings.ModelType[] |
NluSettings.ModelType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<NluSettings.ModelType> |
NluSettings.ModelType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
NluSettings.Builder |
NluSettings.Builder.setModelType(NluSettings.ModelType value)
Indicates the type of NLU model.
|
Copyright © 2022 Google LLC. All rights reserved.