Uses of Class
com.google.cloud.dialogflow.v2.Conversation.LifecycleState
-
Packages that use Conversation.LifecycleState Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow API -
-
Uses of Conversation.LifecycleState in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return Conversation.LifecycleState Modifier and Type Method Description static Conversation.LifecycleStateConversation.LifecycleState. forNumber(int value)Conversation.LifecycleStateConversation.Builder. getLifecycleState()Output only.Conversation.LifecycleStateConversation. getLifecycleState()Output only.Conversation.LifecycleStateConversationOrBuilder. getLifecycleState()Output only.static Conversation.LifecycleStateConversation.LifecycleState. valueOf(int value)Deprecated.static Conversation.LifecycleStateConversation.LifecycleState. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Conversation.LifecycleStateConversation.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.Methods in com.google.cloud.dialogflow.v2 that return types with arguments of type Conversation.LifecycleState Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Conversation.LifecycleState>Conversation.LifecycleState. internalGetValueMap()Methods in com.google.cloud.dialogflow.v2 with parameters of type Conversation.LifecycleState Modifier and Type Method Description Conversation.BuilderConversation.Builder. setLifecycleState(Conversation.LifecycleState value)Output only.
-