Uses of Class
com.google.cloud.discoveryengine.v1.Conversation.State
-
Packages that use Conversation.State Package Description com.google.cloud.discoveryengine.v1 A client to Discovery Engine API -
-
Uses of Conversation.State in com.google.cloud.discoveryengine.v1
Methods in com.google.cloud.discoveryengine.v1 that return Conversation.State Modifier and Type Method Description static Conversation.State
Conversation.State. forNumber(int value)
Conversation.State
Conversation.Builder. getState()
The state of the Conversation.Conversation.State
Conversation. getState()
The state of the Conversation.Conversation.State
ConversationOrBuilder. getState()
The state of the Conversation.static Conversation.State
Conversation.State. valueOf(int value)
Deprecated.static Conversation.State
Conversation.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.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.Methods in com.google.cloud.discoveryengine.v1 that return types with arguments of type Conversation.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Conversation.State>
Conversation.State. internalGetValueMap()
Methods in com.google.cloud.discoveryengine.v1 with parameters of type Conversation.State Modifier and Type Method Description Conversation.Builder
Conversation.Builder. setState(Conversation.State value)
The state of the Conversation.
-