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 with tag sandbox

Questions with tag sandbox

Tags
Sorting
Results
per page
Filter

   
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K 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
2K Views
0 Votes 1 Answers 2K 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
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Can I create an extension app in develop2 sandbox that can read and reply to messages
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K 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
2K Views
0 Votes 1 Answers 2K Views
Hi, I'm trying to create an extension app and managed to get the yo symphony sample to work in the symphony web client. I'm using the python version of the a...
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K 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...
2 years ago
2 Votes
1 Answers
2K Views
2 Votes 1 Answers 2K 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
2K Views
2 Votes 1 Answers 2K 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?