Uses of Class
com.longbridge.agent.ConversationStatus
-
Packages that use ConversationStatus Package Description com.longbridge.agent -
-
Uses of ConversationStatus in com.longbridge.agent
Methods in com.longbridge.agent that return ConversationStatus Modifier and Type Method Description ConversationStatusConversationResponse. getStatus()Returns the final run status.static ConversationStatusConversationStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ConversationStatus[]ConversationStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-