| Modifier and Type | Method and Description |
|---|---|
static Conversation.ConversationStage |
Conversation.ConversationStage.forNumber(int value) |
Conversation.ConversationStage |
ConversationOrBuilder.getConversationStage()
The stage of a conversation.
|
Conversation.ConversationStage |
Conversation.getConversationStage()
The stage of a conversation.
|
Conversation.ConversationStage |
Conversation.Builder.getConversationStage()
The stage of a conversation.
|
static Conversation.ConversationStage |
Conversation.ConversationStage.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Conversation.ConversationStage |
Conversation.ConversationStage.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Conversation.ConversationStage |
Conversation.ConversationStage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Conversation.ConversationStage[] |
Conversation.ConversationStage.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.ConversationStage> |
Conversation.ConversationStage.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Conversation.Builder |
Conversation.Builder.setConversationStage(Conversation.ConversationStage value)
The stage of a conversation.
|
Copyright © 2023 Google LLC. All rights reserved.