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")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, 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 34

Questions 34

Tags
Sorting
Results
per page
0 Votes
1 Answers
23 Views
0 Votes 1 Answers 23 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
56 Views
0 Votes 1 Answers 56 Views
say i have a set in java whose length is not fixed and it changes with time, who do we pass this set into the form and use it to display those set values as ...
0 Votes
1 Answers
46 Views
0 Votes 1 Answers 46 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
60 Views
0 Votes 1 Answers 60 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
85 Views
0 Votes 1 Answers 85 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
92 Views
0 Votes 1 Answers 92 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 month ago
0 Votes
1 Answers
103 Views
0 Votes 1 Answers 103 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
181 Views
0 Votes 1 Answers 181 Views
Can I create an extension app in develop2 sandbox that can read and reply to messages
0 Votes
1 Answers
357 Views
0 Votes 1 Answers 357 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...
4 months ago
0 Votes
1 Answers
376 Views
0 Votes 1 Answers 376 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...
5 months ago
0 Votes
1 Answers
305 Views
0 Votes 1 Answers 305 Views
Can a headless bot get the list of chatrooms that it is in and send messages to those chatrooms? Thanks
5 months ago
0 Votes
0 Answers
364 Views
0 Votes 0 Answers 364 Views
Hi All, I am trying to setup symphony-poll-bot-java code and trying to test is on my developer's sandbox environment. My service is running fine without any ...
6 months ago
0 Votes
1 Answers
424 Views
0 Votes 1 Answers 424 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...
7 months ago
0 Votes
2 Answers
466 Views
0 Votes 2 Answers 466 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
8 months ago
1 Votes
1 Answers
512 Views
1 Votes 1 Answers 512 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...
9 months ago
0 Votes
0 Answers
642 Views
0 Votes 0 Answers 642 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...
9 months ago
0 Votes
0 Answers
523 Views
0 Votes 0 Answers 523 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...
9 months ago
0 Votes
1 Answers
578 Views
0 Votes 1 Answers 578 Views
What is the difference between chat rooms and Symphony groups?
10 months ago
0 Votes
1 Answers
838 Views
0 Votes 1 Answers 838 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...
10 months ago
0 Votes
1 Answers
692 Views
0 Votes 1 Answers 692 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
2K Views
0 Votes 1 Answers 2K 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...
12 months ago
0 Votes
1 Answers
638 Views
0 Votes 1 Answers 638 Views
i pinned the message with symphony elements in IM, once we clicked any of the button the remaining button got disabled and we are unable to use the pinned me...
0 Votes
1 Answers
685 Views
0 Votes 1 Answers 685 Views
Does BDK support creating multiple Bot connections from spring boot container? 2. Any concerns around using BDK instance per AsyncExecutor. i.e setting the A...
0 Votes
1 Answers
647 Views
0 Votes 1 Answers 647 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...
one year ago
0 Votes
2 Answers
679 Views
0 Votes 2 Answers 679 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
708 Views
0 Votes 1 Answers 708 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
594 Views
0 Votes 1 Answers 594 Views
How to show invalid command message. Example we are using /Help or /CommandName to show the command activity, but if the user type "/CommandName test" or "/C...
one year ago
0 Votes
1 Answers
565 Views
0 Votes 1 Answers 565 Views
I'm implementing a UserJoinedRoomContext watcher in my bot. The code gets called python async def on_activity(self, context: UserJoinedRoomContext): user = a...
one year ago
0 Votes
4 Answers
701 Views
0 Votes 4 Answers 701 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...
Show more results questions