We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7cf89e commit 57cc7ceCopy full SHA for 57cc7ce
clients/line-bot-messaging-api-client/src/main/java/com/linecorp/bot/messaging/model/PostbackAction.java
@@ -49,13 +49,13 @@ public record PostbackAction(
49
/** Gets or Sets inputOption */
50
public enum InputOption {
51
@JsonProperty("closeRichMenu")
52
- CLOSERICHMENU,
+ CLOSE_RICH_MENU,
53
@JsonProperty("openRichMenu")
54
- OPENRICHMENU,
+ OPEN_RICH_MENU,
55
@JsonProperty("openKeyboard")
56
- OPENKEYBOARD,
+ OPEN_KEYBOARD,
57
@JsonProperty("openVoice")
58
- OPENVOICE,
+ OPEN_VOICE,
59
60
@JsonEnumDefaultValue
61
UNDEFINED;
0 commit comments