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.LifecycleState
Conversation.LifecycleState. forNumber(int value)
Conversation.LifecycleState
Conversation.Builder. getLifecycleState()
Output only.Conversation.LifecycleState
Conversation. getLifecycleState()
Output only.Conversation.LifecycleState
ConversationOrBuilder. getLifecycleState()
Output only.static Conversation.LifecycleState
Conversation.LifecycleState. valueOf(int value)
Deprecated.static Conversation.LifecycleState
Conversation.LifecycleState. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Conversation.LifecycleState
Conversation.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.Builder
Conversation.Builder. setLifecycleState(Conversation.LifecycleState value)
Output only.
-