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

Questions 132

Questions 132

Tags
Sorting
Results
per page
Filter

   
0 Votes
1 Answers
4K Views
0 Votes 1 Answers 4K Views
Hi, Can you expose an URL with the Python BDK to receive external webhook notifications ? I want to trigger notifications to an endpoint that will be caught ...
2 years ago
0 Votes
1 Answers
9K Views
0 Votes 1 Answers 9K Views
i pinned the message with symphony elements in IM, once we clicked any of the button the remaining button got disabled and we are unable to use the pinned me...
0 Votes
1 Answers
8K Views
0 Votes 1 Answers 8K Views
I have successfully passed the Symphony / Bot Developer Certification (Java) exam , however now want to share the certificate with my netwrks in LinkedIn. Ho...
2 years ago
0 Votes
0 Answers
3K Views
0 Votes 0 Answers 3K Views
Hi, Starting up the demo bot from chatper 4, runs fine. It looks good and replies with teh @mention followed by /command but the bot's online status at the S...
2 years ago
0 Votes
1 Answers
10K Views
0 Votes 1 Answers 10K Views
Hi, I'm trying to do a basic POC by embedding a sandbox room indode my webapp, using: This requires a room ID, but I don't know how to find it ?
2 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
HI Any one can guide me. how to show min, max & close icons in symphony chat window. I have integrated ECP chat module in my application. i want to minimize ...
2 years ago
0 Votes
1 Answers
4K Views
0 Votes 1 Answers 4K Views
Hi, in Synphony training center I can see courses availble for BOT development. Dont we have any course available for App development?
2 years ago
0 Votes
1 Answers
9K Views
0 Votes
3 Answers
7K Views
0 Votes 3 Answers 7K Views
Hi, We are using ECP(Embedded Collaboration Platform) in our application. We are trying to resolve the javascript promise sent by StartRoom,SendMessage and C...
0 Votes
1 Answers
7K Views
0 Votes 1 Answers 7K Views
I recently completed the Symphony/Certified Bot Developer Certification (Java) and was issued a certificate with the code 62BF-8862-F9CC-4D64. I have added t...
one year ago
0 Votes
1 Answers
4K Views
0 Votes 1 Answers 4K Views
is selecting multiple check boxes possible by this method, as in a list of symphony chat rooms is mentioned and a message is needed to send to multiple rooms...
0 Votes
3 Answers
6K Views
0 Votes 3 Answers 6K Views
Hi Team, The very first attached image in this documentation (https://docs.developers.symphony.com/building-bots-on-symphony/messages/overview-of-messageml/s...
0 Votes
2 Answers
4K Views
0 Votes 2 Answers 4K Views
Its an extension app where we need to check if app is opened inside symphony. One of the available condition was to check if window.top is same as window.sel...
0 Votes
1 Answers
4K Views
0 Votes 1 Answers 4K Views
How to change the colour of the submit button in form produced by chat bot. this is in blue colour by default how to chenge it to say red colour or so.
0 Votes
2 Answers
11K Views
0 Votes 2 Answers 11K Views
--> how to use the pinnedMessageId for newly created chatroom? --> The pinnedMessageId attribute allows to display, in the Client 2.0 only? how to identity w...
0 Votes
1 Answers
4K Views
0 Votes 1 Answers 4K Views
Hi, I have to list all system features(/v1/admin/system/features/list that endpoint). Is there any service in java BDK to do that? If not how I may achive th...
2 years ago
0 Votes
1 Answers
6K Views
0 Votes 1 Answers 6K Views
Hi, I am having issue with the bot connection to the host develop2.symphony.com. I am receiving the below error 2023-07-18 10:08:18,431 - root - INFO - Runni...
0 Votes
1 Answers
5K Views
0 Votes 1 Answers 5K Views
The [Building an Extension App with #hashtags & $cashtags] (https://docs.developers.symphony.com/ext-apps/tutorials/building-an-extension-app-with-hashtags-+...
one year ago
0 Votes
1 Answers
8K Views
0 Votes 1 Answers 8K Views
say i have a set in java whose length is not fixed and it changes with time, who do we pass this set into the form and use it to display those set values as ...
0 Votes
1 Answers
7K Views
0 Votes 1 Answers 7K Views
Here is my code to get room members async with SymphonyBdk(config) as bdk: streams = bdk.streams() members = await streams.list_room_members("") for i in mem...
0 Votes
1 Answers
4K Views
0 Votes 1 Answers 4K Views
I think I'm missing a step here. In the documentation it says I need to go to the admin center and register my bot/upload the public key. I can't seem to acc...
0 Votes
1 Answers
6K Views
0 Votes 1 Answers 6K Views
Hi, in Python Symphony Bot, I want to create a Jinja2 Template that can handle a list of objects that is returned by database call. Can someone give me how t...
one year ago
0 Votes
1 Answers
6K Views
0 Votes 1 Answers 6K Views
Unable to create bot by running npm install -g yo generator-symphony Getting below output ubuntu@ip-172-31-23-179:~$ sudo npm install -g yo generator-symphon...
one year ago
0 Votes
1 Answers
4K Views
0 Votes 1 Answers 4K Views
How to assign permissions to make the bot Administrator role where it could add itself into the chat room after checking public room or not . Once it adds it...
0 Votes
1 Answers
5K Views
0 Votes 1 Answers 5K Views
Is there an easy way to send an alert to a Symphony chat when email is received from a particular recipient? It is easy enough to create an Exchange server-s...
one year ago
0 Votes
3 Answers
7K Views
0 Votes 3 Answers 7K Views
Good afternoon, New here and new to Symphony - I'm playing my noob card and it won't be the first time! I've been tasked with looking into extracts. To that ...
one year ago
0 Votes
1 Answers
6K Views
0 Votes 1 Answers 6K Views
Using person-selector i am getting arraylist of long type for the names selected but they are having userId how to get username from the userId in java .
0 Votes
1 Answers
4K Views
0 Votes 1 Answers 4K Views
Hi Team, I would like to know how to implement ECP in the exiting application. What are all the dependency we need to check in application. How to consume EC...
0 Votes
1 Answers
7K Views
0 Votes 1 Answers 7K Views
Hi, I am working on a bot project. The request is using the bot as a reminder. Bot would be added to some chat rooms. If there are some meesges sent to the r...
Show more results questions