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
3K Views
0 Votes 1 Answers 3K Views
Hi everyone, We would like to know your thoughts on our plan regarding integration of our system with Symphony. Basically we have our two different systems b...
one year ago
0 Votes
3 Answers
4K Views
0 Votes 3 Answers 4K Views
could anyone suggest an easiest way to retrive chat room name from Stream Id
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
Hi Team, I am very new to symphony and would like to see that if someone messages to symphony through Whatsapp, how can i send the message to a REST API whic...
2 years ago
0 Votes
1 Answers
4K Views
0 Votes 1 Answers 4K Views
Hi, I have created a room and want to upate it from my bot. I am trying to use V2RoomSearchCriteria to search my room first then retrieve roomId to further u...
2 years ago
0 Votes
1 Answers
4K Views
0 Votes 1 Answers 4K Views
Hi Team, if we use the deactivate room(True) , the room is getting disappeared from the Symphony web portal. is there any chance to show that chat room inste...
0 Votes
1 Answers
4K Views
0 Votes 1 Answers 4K Views
I have completed my symphony certification, can you please tell me from where can i retrieve it ?
2 years ago
0 Votes
1 Answers
3K Views
0 Votes 1 Answers 3K Views
For testing purposes, how can we try or test OBO authentication in sandbox mode? I have tried the examples but since I do not know where to configure it via ...
one year ago
2 Votes
0 Answers
2K Views
2 Votes 0 Answers 2K Views
Hi, I'm new to symphony so I tried to create a basic python bot. I used the symphony tutorial for python bot to create my bot but once done the datafeed.id f...
2 years ago
0 Votes
1 Answers
4K Views
0 Votes 1 Answers 4K Views
Hello dears, I Got this error when I follow the training java course: An unknown error occurred while trying to connect to https://develop2.symphony.com:443/...
2 years ago
0 Votes
1 Answers
5K Views
0 Votes 1 Answers 5K Views
Hi Team, are there any examples for a Headless Bot in Python? I am very interested in creating a chatbot that sends notifications based on external events. A...
2 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Hi, 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"...
0 Votes
1 Answers
3K Views
0 Votes 1 Answers 3K Views
Hi Team, We have the requirement to embed the outlook in Symphony 2.0. can we bring the inbox mails to view in Symphony 2.0 ? we have any document to integra...
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Let's say we have an application built on Angular and Spring Boot and I was able to create chat rooms, listen to message sents in the backend. However, I am ...
one year ago
0 Votes
1 Answers
4K Views
0 Votes 1 Answers 4K Views
In MessageML: am I correct that it is impossible to have an element with an href with two query parameters? If you try out in https://renderer-tool.app.symph...
3 years ago
0 Votes
1 Answers
4K Views
0 Votes 1 Answers 4K Views
I have to use webhooks to handle messages. I do have flask python app that handle POST webhook and this methond is triggerd every time there is a direct mess...
2 years ago
0 Votes
1 Answers
4K Views
0 Votes 1 Answers 4K Views
I'm implementing a UserJoinedRoomContext watcher in my bot. The code gets called python async def on_activity(self, context: UserJoinedRoomContext): user = a...
2 years ago
0 Votes
1 Answers
4K Views
0 Votes 1 Answers 4K Views
I am using the Python BDK 2.0. The RealTimeEventListener contains methods which are looking relevant for catching the event which is getting raised when I st...
2 years ago
0 Votes
1 Answers
5K Views
0 Votes 1 Answers 5K Views
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 roo...
0 Votes
1 Answers
3K Views
0 Votes 1 Answers 3K Views
I am trying to generate the bdk bot scaffold - using the symphony bot generator. But on running the "yo symphony" command as per the bdk docs, I am getting a...
2 years ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K 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 ...
one year ago
0 Votes
3 Answers
3K Views
0 Votes 3 Answers 3K Views
The issue comprimises of incapability of pulling up the messages in the room posted before bot was added in the room. Messages posted post bot is added are s...
0 Votes
1 Answers
4K Views
0 Votes 1 Answers 4K 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
5K Views
0 Votes 1 Answers 5K 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
2 Votes
0 Answers
2K Views
2 Votes 0 Answers 2K Views
Hello, I'm new to symphony and I'm trying to send messages accross differents chatrooms or IM/IMM. To do so, I have to get session tokens for chatroom. to ge...
2 years ago
0 Votes
1 Answers
4K Views
0 Votes 1 Answers 4K Views
How to show invalid command message. Example we are using /Help or /CommandName to show the command activity, but if the user type "/CommandName test" or "/C...
2 years ago
0 Votes
2 Answers
4K Views
0 Votes 2 Answers 4K Views
Hi, I'm trying to create a remote service in one extension app and subscribing it in another which unfortunately is not working. Following is the snippet: So...
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
We are thinking what information do we need when it comes to chat messages when we are integrating with Symphony. Our initial plan is to store the chat room ...
0 Votes
1 Answers
5K Views
0 Votes 1 Answers 5K Views
Hi, is there a working example of Server-sent events available please? I see some limited documentation here: https://docs.developers.symphony.com/developer-...
0 Votes
10 Answers
4K Views
0 Votes 10 Answers 4K Views
I have to send list of trades in a form in a single message in chatroom. for each trade, there would be a checkboxes. User would select acknowledge trades pa...
6 months ago
Show more results questions