AgentforceConversationState

PropertyTypeMutabilityDescription
entriesEnumEntriesvalEnum entries collection
nameStringvalEnum constant name
ordinalIntvalEnum constant ordinal
FunctionSignatureDescription
valueOffun valueOf(String): AgentforceConversationStateReturns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
valuesfun values(): Array<AgentforceConversationState>Returns an array containing the constants of this enum type, in the order they're declared.
  • INITIALIZING
  • ACTIVE
  • ERROR
  • REFRESHING
  • clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait