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