| Modifier and Type | Method and Description |
|---|---|
static Conversation.State |
Conversation.State.forNumber(int value) |
Conversation.State |
Conversation.getState()
The state of the Conversation.
|
Conversation.State |
Conversation.Builder.getState()
The state of the Conversation.
|
Conversation.State |
ConversationOrBuilder.getState()
The state of the Conversation.
|
static Conversation.State |
Conversation.State.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Conversation.State |
Conversation.State.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Conversation.State |
Conversation.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Conversation.State[] |
Conversation.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 com.google.protobuf.Internal.EnumLiteMap<Conversation.State> |
Conversation.State.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Conversation.Builder |
Conversation.Builder.setState(Conversation.State value)
The state of the Conversation.
|
Copyright © 2024 Google LLC. All rights reserved.