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
pinnedMessageId

--> how to use the pinnedMessageId for newly created chatroom?
--> The pinnedMessageId attribute allows to display, in the Client 2.0 only? how to identity which client i was using?

Kindly advice.

  
  
Posted 2 years ago
Votes Newest

Answers 2


Hi,
To use message pinning you would first need to create a message within the chat room. Then you would use the UpdateIM API call to pin that particular message at the top of the chatroom.

Here is more documentation on that API call https://developers.symphony.com/restapi/reference/update-im

I have also included a link to an example of using UpdateIM via our Python BDK https://github.com/finos/symphony-bdk-python/blob/main/examples/services/message_update.py

  
  
wiki
Posted 2 years ago
Vinay Mistry
23 × 2 Administrator

Hi @<1328712139367518208|Vinay Mistry>

how to set a welcome message in IM/ROOM without having any greeting message from client or end user.

for eg.,
current model we have is, once we sent "hi" to bot. BOT will check for the word and replay with - How May i help you (with few Symphony Elements options).

Without sending any "hi" to BOT, is possible to show the Welcome messgae (how may i help you) ?

Because post getting the "Hi" we will have the streamId, using that we can able to reply. But to post the welcome message without streamId is possible ?

any other solution or suggestion.

Kindly do the needful.

3K Views
2 Answers
2 years ago
2 years ago
Tags