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
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
6K Views
0 Votes 1 Answers 6K 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
2 Answers
13K Views
0 Votes 2 Answers 13K 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
9K Views
0 Votes 1 Answers 9K 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...
0 Votes
2 Answers
11K Views
0 Votes 2 Answers 11K Views
Our team was using v2.3.1 where the following code snippet for spring boot application registered all the commands starting with / and having any number of a...
0 Votes
1 Answers
10K Views
0 Votes 1 Answers 10K Views
I’m getting Symphony API exception while staring the Bot Application. [SymphonyBdk_DatafeedThread] c.s.bdk.core.retry.RetryWithRecovery : Exception recovered...
3 years ago
0 Votes
1 Answers
11K Views
0 Votes 1 Answers 11K Views
Say we have a Set of values that are options for drop down menu that will be used in a form via symphony bot. We have made use of templates to create a form....
0 Votes
0 Answers
4K Views
0 Votes 0 Answers 4K 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
2 Answers
6K Views
0 Votes 2 Answers 6K Views
I am writing to ask for your advice on whether I can achieve the following with Symphony API. When there is a message on symphony group chat, for example, “/...
api
2 years ago
0 Votes
1 Answers
11K Views
0 Votes 1 Answers 11K 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...
3 years ago
0 Votes
1 Answers
13K Views
0 Votes 1 Answers 13K 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
1 Answers
6K Views
0 Votes 1 Answers 6K Views
Hi, I am working on high availability for my Symphony bots. We have 4 backend bot instances running behind a Round robin loadbalancer. I read the documentati...
2 years ago
0 Votes
1 Answers
12K Views
0 Votes 1 Answers 12K 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
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
1 Answers
5K Views
0 Votes 1 Answers 5K 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...
3 years ago
1 Votes
2 Answers
21K Views
1 Votes 2 Answers 21K 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
0 Votes
1 Answers
6K Views
0 Votes 1 Answers 6K 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...
2 years ago
0 Votes
1 Answers
6K Views
0 Votes 1 Answers 6K 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 ...
2 years ago
0 Votes
1 Answers
9K Views
0 Votes 1 Answers 9K Views
Say i have a string array of names and have passef it into the form.Wanted to use the person-selector option with other tags in forms so that it could show o...
0 Votes
1 Answers
6K Views
0 Votes 1 Answers 6K Views
Hi, I am trying send a flag of acknowledgement to a separate service via an endpoint, in the case that a Form button has been clicked. Is that possible? An A...
0 Votes
2 Answers
8K Views
0 Votes 2 Answers 8K 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
1 Answers
6K Views
0 Votes 1 Answers 6K 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 ...
3 years ago
0 Votes
1 Answers
12K Views
0 Votes 1 Answers 12K Views
Does symphony bot (messaging) support jinja2?
0 Votes
1 Answers
10K Views
0 Votes 1 Answers 10K 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
6K Views
0 Votes 1 Answers 6K Views
Hi All, I am developing a bot which recieves questions and sends answers. Some answers the bot sends out contain forms and buttons which users can press. Whe...
0 Votes
1 Answers
11K Views
0 Votes 1 Answers 11K 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...
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
0 Votes
1 Answers
10K Views
0 Votes 1 Answers 10K 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
3 Answers
8K Views
0 Votes 3 Answers 8K 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...
Show more results questions