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 113

Questions 113

Tags
Sorting
Results
per page
Filter

   
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
1 Answers
4K Views
0 Votes 1 Answers 4K 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
1 Answers
4K Views
0 Votes 1 Answers 4K Views
How to change the colour of the submit button in form produced by chat bot. this is in blue colour by default how to chenge it to say red colour or so.
0 Votes
1 Answers
4K Views
0 Votes 1 Answers 4K Views
I'm trying to send in an object into jinja2 template but this compartive doesn't work in any fashion. Is there any documentation that clearly states how this...
0 Votes
2 Answers
6K Views
0 Votes 2 Answers 6K Views
is there any command to add space among the text field or add margins so its more presentable.
0 Votes
1 Answers
4K Views
0 Votes 1 Answers 4K Views
I think I'm missing a step here. In the documentation it says I need to go to the admin center and register my bot/upload the public key. I can't seem to acc...
0 Votes
1 Answers
4K Views
0 Votes 1 Answers 4K Views
How to assign permissions to make the bot Administrator role where it could add itself into the chat room after checking public room or not . Once it adds it...
0 Votes
1 Answers
4K Views
0 Votes 1 Answers 4K Views
WHere can i find the rules applied to formatting a table i send into Symphony ? Looking for details on column width, word wrap conditiions etc. thanks
0 Votes
1 Answers
6K Views
0 Votes 1 Answers 6K Views
1.What is the best method to add a bot created according to SDK into multiple chat rooms where each room has different admin. Please provide a solution other...
one year ago
0 Votes
1 Answers
4K Views
0 Votes 1 Answers 4K 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
Wanted to know if we could use forms and check boxes to take inputs from users and wanted a reference for creating forms with check boxes.
0 Votes
1 Answers
4K Views
0 Votes 1 Answers 4K 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...
one year ago
0 Votes
2 Answers
4K Views
0 Votes 2 Answers 4K Views
Its an extension app where we need to check if app is opened inside symphony. One of the available condition was to check if window.top is same as window.sel...
0 Votes
1 Answers
4K Views
0 Votes 1 Answers 4K Views
Can I create an extension app in develop2 sandbox that can read and reply to messages
1 Votes
2 Answers
18K Views
1 Votes 2 Answers 18K 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...
one year ago
0 Votes
1 Answers
4K Views
0 Votes 1 Answers 4K Views
Hello guys, Hope you are doing well at you looking this post. I have some issue on my production environment. I want to connect app symphony to one remote sq...
0 Votes
1 Answers
5K Views
0 Votes 1 Answers 5K Views
Hi there, I have read the documentation for managing multiple bot instances within a single project: https://docs.developers.symphony.com/developer-tools/dev...
2 years ago
0 Votes
1 Answers
4K Views
0 Votes 1 Answers 4K 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
4K Views
0 Votes 1 Answers 4K 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
4K Views
0 Votes 1 Answers 4K 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
5K Views
0 Votes 1 Answers 5K 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...
2 years ago
0 Votes
1 Answers
4K Views
0 Votes 1 Answers 4K Views
Hi All, I am developing a bot on Python BDK which sends messages automatically - I would like users to be able to specify the type of message they are pushed...
0 Votes
3 Answers
4K Views
0 Votes 3 Answers 4K 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
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
2 Answers
4K Views
0 Votes 2 Answers 4K Views
I have a room listener as follows: @Slash(value = "( .* )", mentionBot = false) public void commandHandler(CommandContext ctx){...} When I enter a command wi...
1 Votes
1 Answers
4K Views
1 Votes 1 Answers 4K 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
0 Votes
2 Answers
5K Views
0 Votes 2 Answers 5K Views
Hi, I am at: https://learn.symphony.com/courses/take/bdk-2-python/lessons/27987560-demo-configuration-hello-world and trying to run the bot at 3:44 for the f...
2 years ago
0 Votes
1 Answers
4K Views
0 Votes 1 Answers 4K Views
What is the difference between chat rooms and Symphony groups?
2 years ago
0 Votes
1 Answers
5K Views
0 Votes 1 Answers 5K 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
Show more results questions