Skip to content

Commit fed96eb

Browse files
authored
samples: modify TTL in create conversation with TTL sample (#57)
1 parent ad2fb2c commit fed96eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contact-center-insights/createConversationWithTtl.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ function main(
4848
},
4949
medium: 'CHAT',
5050
ttl: {
51-
seconds: 600,
51+
seconds: 86400,
5252
},
5353
},
5454
});

0 commit comments

Comments
 (0)