Package | Description |
---|---|
com.google.cloud.dialogflow.v2 |
A client to Dialogflow API
|
Modifier and Type | Method and Description |
---|---|
static Agent.Tier |
Agent.Tier.forNumber(int value) |
Agent.Tier |
AgentOrBuilder.getTier()
Optional.
|
Agent.Tier |
Agent.getTier()
Optional.
|
Agent.Tier |
Agent.Builder.getTier()
Optional.
|
static Agent.Tier |
Agent.Tier.valueOf(Descriptors.EnumValueDescriptor desc) |
static Agent.Tier |
Agent.Tier.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Agent.Tier |
Agent.Tier.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Agent.Tier[] |
Agent.Tier.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<Agent.Tier> |
Agent.Tier.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
Agent.Builder |
Agent.Builder.setTier(Agent.Tier value)
Optional.
|
Copyright © 2022 Google LLC. All rights reserved.