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 0a2fa04 commit 18bfc64Copy full SHA for 18bfc64
snippets/src/main/java/conversation/templates/v1/Update.java
@@ -52,8 +52,7 @@ public static void main(String[] args) {
52
TemplateTranslation.builder()
53
.setLanguageCode("en-US")
54
.setContent(
55
- "{ \"text_message\": { \"text\" : \"text updated from V1 from"
56
- + " template\"}}")
+ "{ \"text_message\": { \"text\" : \"text updated from V1 template\"}}")
57
.build()))
58
.build();
59
0 commit comments