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 26

Questions 26

Tags
Sorting
Results
per page
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
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
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
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
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...
0 Votes
2 Answers
573 Views
0 Votes 2 Answers 573 Views
Hi, I'm trying to create a remote service in one extension app and subscribing it in another which unfortunately is not working. Following is the snippet: So...
0 Votes
1 Answers
588 Views
0 Votes 1 Answers 588 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...
one year ago
2 Votes
1 Answers
728 Views
2 Votes 1 Answers 728 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 (...
0 Votes
1 Answers
626 Views
0 Votes 1 Answers 626 Views
Hi there! Can anyone give me clear answer: How I can prepare a chart in my own bot?
one year ago