Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escape special characters +-&|!(){}[]^"~*?:\ - e.g. \+ \* \!
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Navigate to Chat

we need to activate the chatroom - means we need to bring the chatroom in-front when we trigger the message.

Currently it show some notification for that roomc, but not activate or coming to front.

How can we do this?

attached screenshot below.

file

Votes Newest

Answers


You can use the ui-action button element to navigate users to a specific IM or room upon clicking on the button. Refer to documentation for details.
https://docs.developers.symphony.com/building-bots-on-symphony/messages/overview-of-messageml/ui-action-for-your-bots-ui-extensibility/openchat

If what you're asking for is forcefully navigating the user to a chat when a bot sends a message, that is not possible. You can imagine how that will play out if a large number of bots keep doing that repeatedly. The best practice for getting a person's attention is to @mention them so they know it's important, but do this only when necessary, else people will start ignoring your bot's @mentions.
https://docs.developers.symphony.com/building-bots-on-symphony/messages/overview-of-messageml/messageml-basic-format-tags/shorthand-tags#tags

  
  
Posted 2 years ago
Yong Sheng Tan
39 × 2 Administrator
2K Views
1 Answer
2 years ago
2 years ago
Tags