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 a2e569a commit dab77fdCopy full SHA for dab77fd
src/main/java/org/zendesk/client/v2/model/CommentType.java
@@ -3,7 +3,9 @@
3
/** https://developer.zendesk.com/api-reference/ticketing/tickets/ticket_comments/ */
4
public enum CommentType {
5
COMMENT("Comment"),
6
- VOICE_COMMENT("VoiceComment");
+ VOICE_COMMENT("VoiceComment"),
7
+ // Talk Partner Edition
8
+ TPE_VOICE_COMMENT("TpeVoiceComment");
9
10
private final String name;
11
0 commit comments