Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| vendors:cisco:uc:ece:messaging-api [2025/08/01 16:11] – [Start Conversation] gerardorourke | vendors:cisco:uc:ece:messaging-api [2025/10/20 08:16] (current) – [Start Conversation] gerardorourke | ||
|---|---|---|---|
| Line 165: | Line 165: | ||
| This can then be used to show or hide a "Agent is typing..." | This can then be used to show or hide a "Agent is typing..." | ||
| + | |||
| + | The below also gives an example of setting a custom attribute - which in this the attribute name is: " | ||
| + | The string supports only certain characters as documented below- note an example of a character which is NOT supported is the " | ||
| + | * Lowercase a to z, Uppercase A to Z, Digit 0-9, @, Space, :, Dot (.), _, -, &, Comma (,), Open parenthesis (, Close parenthesis ), ?, #, =, Singlequote ', Double quote ", All characters above ASCII codeset 128 | ||
| + | * Reference: https:// | ||
| + | |||
| + | |||
| + | |||
| Line 243: | Line 251: | ||
| }, | }, | ||
| " | " | ||
| + | } | ||
| + | </ | ||
| + | |||
| + | ==== Error Response Example ==== | ||
| + | An example of an error response - if the Entry Point Modified Date was incorrect: | ||
| + | |||
| + | ===HTTP Status Code: 409 === | ||
| + | **Body**: | ||
| + | <code JavaScript> | ||
| + | { | ||
| + | " | ||
| + | " | ||
| } | } | ||
| </ | </ | ||