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
7K Views
0 Votes 1 Answers 7K Views
Hi Team, I am developing a bot to collaborate with an external system. When my bot receives a message with @metioned someone, the bot needs to indentify the ...
one year ago
0 Votes
1 Answers
7K Views
0 Votes 1 Answers 7K 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
10K Views
0 Votes 1 Answers 10K Views
Hi Team, I'm using python code to send data for messageML form, needs to create dependent dropdowns, like based on the first dropdown , I need to get second ...
0 Votes
1 Answers
9K Views
0 Votes 1 Answers 9K Views
Hi, I am exploring how to use Symphony in 'unconvential ways'. You can find attached a picture that illustrates the basic architecture I'd like to achieve: -...
3 years ago
0 Votes
1 Answers
5K Views
0 Votes 1 Answers 5K 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
2 Answers
7K Views
0 Votes 2 Answers 7K Views
I was going through the documentation about Custom Entity but I can not replicate it in my private project. Can I please get a sample code on how do we use c...
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
9K Views
0 Votes 1 Answers 9K Views
https://docs.developers.symphony.com/v/v20.13/building-extension-applications-on-symphony/overview-of-extension-api/extension-api-services/modules-service st...
0 Votes
1 Answers
10K Views
0 Votes 1 Answers 10K Views
We wish to update our application's description and icon in the Symphony Market (on the 'my.symphony.com' pod). Simply updating the bundle.json file has no e...
0 Votes
1 Answers
12K Views
0 Votes 1 Answers 12K Views
Hey guys, we are making heavy use of the @activites.slash decorator, something along the lines of: But think duplicating that decorator 20 times for various ...
0 Votes
1 Answers
5K Views
0 Votes 1 Answers 5K 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 ...
2 years ago
0 Votes
1 Answers
5K Views
0 Votes 1 Answers 5K 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
5K Views
0 Votes 1 Answers 5K 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
10K Views
0 Votes 1 Answers 10K 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
2 Answers
8K Views
0 Votes 2 Answers 8K Views
Hi all, I have a bot developed in Python and it was working fine until the datafeeds api stopped responding. My request: datafeed_url = "https://spx.symphony...
0 Votes
1 Answers
10K Views
0 Votes 1 Answers 10K Views
I have completed my symphony certification, can you please tell me from where can i retrieve it ?
3 years ago
0 Votes
2 Answers
7K Views
0 Votes 2 Answers 7K Views
is there any command to add space among the text field or add margins so its more presentable.
0 Votes
1 Answers
5K Views
0 Votes 1 Answers 5K Views
use the sandbox(develop2.symphony.com) that symphony provide to test chatbot. That works on my end. I use the same code same key same configuration in my cus...
one year ago
0 Votes
4 Answers
11K Views
0 Votes 4 Answers 11K Views
I am trying to follow the Developing Bots using BDK for Python, but I'm having a problem when I try to run the bot using command py -m src I am getting the e...
0 Votes
1 Answers
12K Views
0 Votes 1 Answers 12K Views
Hi, I have been having trouble connection to the symphony API. I have previously be able to connect and use a bot to scrape symphony rooms but I am now getti...
3 years ago
0 Votes
1 Answers
9K Views
0 Votes 1 Answers 9K Views
Hi, I have a question on writing the "query" params in Search Rooms request. Im using C# httpclient, and I want to search all chat rooms that a certain membe...
0 Votes
1 Answers
5K Views
0 Votes 1 Answers 5K 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
1 Answers
5K Views
0 Votes 1 Answers 5K Views
What is the difference between chat rooms and Symphony groups?
2 years ago
0 Votes
1 Answers
6K Views
0 Votes 1 Answers 6K Views
hi, I am following the Developing Bots using BDK for Python. I have an unexpected pb when I run the bot using command python -m src I am getting the error be...
2 years ago
0 Votes
1 Answers
10K Views
0 Votes 1 Answers 10K Views
Hi.. I have created a bot by the BotGenerator. I have configured the config.yaml by referring the working sample including the firm's proxy setup. The servic...
2 years ago
0 Votes
1 Answers
11K Views
0 Votes 1 Answers 11K 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...
3 years ago
0 Votes
1 Answers
10K Views
0 Votes 1 Answers 10K 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
0 Answers
4K Views
0 Votes 0 Answers 4K Views
hi i would like to create some sort of BOT so i would be able to send message from my Grafana system, to my Symphony client (and i have clients that uses sym...
2 years ago
0 Votes
3 Answers
5K Views
0 Votes 3 Answers 5K 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
5K Views
0 Votes 1 Answers 5K 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
Show more results questions