Enum EventType
-
-
Enum Constant Summary
Enum Constants Enum Constant Description sentenceSendSentence action type.
sentenceWithFootnotesSentenceWithFootnotes action type.
choiceSendChoice action type.
attachmentSendAttachment action type.
locationSendLocation action type.
debugDebug event type.
subscribingSubscribingEvent event type.
typingOnTypingOnEvent event type.
typingOffTypingOffEvent event type.
markSeenMarkSeenEvent event type.
startConversationStartConversationEvent event type.
endConversationEndConversationEvent event type.
noInputNoInputEvent event type.
startSessionStartSessionEvent event type.
endSessionEndSessionEvent event type.
getAppRolesGetAppRolesEvent event type.
passThreadControlPassThreadControlEvent event type.
requestThreadControlRequestThreadControlEvent event type.
takeThreadControlTakeThreadControlEvent event type.
referralParamtersReferralParamtersEvent event type.
-
Method Summary
Modifier and Type Method Description final EventTypevalueOf(String value)Returns the enum constant of this type with the specified name. final Array<EventType>values()Returns an array containing the constants of this enum type, in the order they're declared. final BooleangetAction()final EnumEntries<EventType>getEntries()Define default event types. -
-
Method Detail
-
valueOf
final EventType valueOf(String value)
Returns 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.)
-
values
final Array<EventType> values()
Returns an array containing the constants of this enum type, in the order they're declared.
This method may be used to iterate over the constants.
-
getEntries
final EnumEntries<EventType> getEntries()
Define default event types.
-
-
-
-