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

   
2 Votes
1 Answers
13K Views
2 Votes 1 Answers 13K Views
Hi I'm trying to create an extension app, using the example here: https://github.com/symphonyoss/extension-api-examples I can see the web app in my browser (...
2 Votes
1 Answers
11K Views
2 Votes 1 Answers 11K Views
I just signed up on learn.symphony.com and am trying to follow the examples. How do I get access to the developer sandbox to try deploying my bot?
2 Votes
0 Answers
4K Views
2 Votes 0 Answers 4K 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...
3 years ago
2 Votes
0 Answers
4K Views
2 Votes 0 Answers 4K 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...
3 years ago
1 Votes
1 Answers
11K Views
1 Votes 1 Answers 11K Views
How do I score points and earn badges on this forum?
Vinay Mistry
33 × 2 Administrator
4 years ago
1 Votes
3 Answers
13K Views
1 Votes 3 Answers 13K Views
I am writing a Java bot and reading the datafeed for messages. When receiving a message, how do I get the name of the room where the message was sent?
1 Votes
1 Answers
14K Views
1 Votes 1 Answers 14K Views
I would like to create a bot that sends "/data.csv" to a bot, attaches a data.csv file and replies. can you tell me. I'm using SpringBoot BDK Java.
1 Votes
1 Answers
15K Views
1 Votes 1 Answers 15K Views
How do I use the Symphony Dev Forum?
Yong Sheng Tan
39 × 2 Administrator
4 years ago
1 Votes
1 Answers
5K Views
1 Votes 1 Answers 5K Views
Hello guys, we leverage a bot function that allows us to /ping @"someone in the company" where "someone in the company" is replaced by a firstname lastname d...
2 years ago
1 Votes
1 Answers
14K Views
1 Votes 1 Answers 14K Views
Hi guys! Does anyone know how to prevent the asyncio.exceptions.TimeoutError? Is there anything I can do? I am using Python BDK. Thanks
3 years ago
1 Votes
2 Answers
20K Views
1 Votes 2 Answers 20K Views
Hi there, I am following the tutorial to build my first demo bot using the symphony-bdk-python . When I get to the step : \BotProject>pip3 install -r require...
2 years ago
1 Votes
1 Answers
6K Views
1 Votes 1 Answers 6K Views
Using the Python BDK, I am looking to add custom formatting to my MessageML/Jinja2 templates with CSS. 1. After doing some testing, I see that I can add inli...
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
10K Views
0 Votes 1 Answers 10K 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
7K Views
0 Votes 1 Answers 7K 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
10K Views
0 Votes 1 Answers 10K Views
Hi Team, I am unable to access the Developing Bots using BDK for Python video inspite of completing the Symphony Development Fundamentals v2. Kindly look int...
3 years ago
0 Votes
0 Answers
9K Views
0 Votes 0 Answers 9K Views
Can anyone send me the link to download symphony app ? How can I do to be enable as AC Admin
3 years ago
0 Votes
1 Answers
10K Views
0 Votes 1 Answers 10K Views
I'm implementing a UserJoinedRoomContext watcher in my bot. The code gets called python async def on_activity(self, context: UserJoinedRoomContext): user = a...
3 years ago
0 Votes
1 Answers
8K Views
0 Votes 1 Answers 8K 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
10K Views
0 Votes 1 Answers 10K Views
There are two apps A & B. App A is deployed on exampleA.com and B is deployed on exampleB.com . In order to call a service of App A from App B, the App B con...
0 Votes
2 Answers
7K Views
0 Votes 2 Answers 7K Views
We are facing the following error while trying to configure the symphony-bdk-bom-3.0.0.RC3, please help me to resolve this issue, we are using the resilience...
one year 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
1 Answers
10K Views
0 Votes 1 Answers 10K Views
Hi I'm following the Build a Bot Session: Introducing BDK 2.0 for Python and I'm not seeing my bot. How can I search for my bot in the Symphony platform?? My...
3 years ago
0 Votes
1 Answers
11K Views
0 Votes 1 Answers 11K 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
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
8K Views
0 Votes 1 Answers 8K 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
2 Answers
9K Views
0 Votes 2 Answers 9K 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
3 Answers
8K Views
0 Votes 3 Answers 8K 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
5K Views
0 Votes 1 Answers 5K Views
How can we send user specific messages (i.e. I have to send some exception alerts to group of related users. There can be N number of groups and exception al...
2 years ago
0 Votes
3 Answers
6K Views
0 Votes 3 Answers 6K 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...
Show more results questions