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