Package | Description |
---|---|
com.google.cloud.dialogflow.v2 |
A client to Dialogflow API
|
Modifier and Type | Method and Description |
---|---|
static Environment.State |
Environment.State.forNumber(int value) |
Environment.State |
Environment.getState()
Output only.
|
Environment.State |
Environment.Builder.getState()
Output only.
|
Environment.State |
EnvironmentOrBuilder.getState()
Output only.
|
static Environment.State |
Environment.State.valueOf(Descriptors.EnumValueDescriptor desc) |
static Environment.State |
Environment.State.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Environment.State |
Environment.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Environment.State[] |
Environment.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Internal.EnumLiteMap<Environment.State> |
Environment.State.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
Environment.Builder |
Environment.Builder.setState(Environment.State value)
Output only.
|
Copyright © 2022 Google LLC. All rights reserved.