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
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...
2 years ago
0 Votes
1 Answers
8K Views
0 Votes 1 Answers 8K Views
I recently completed the Symphony/Certified Bot Developer Certification (Java) and was issued a certificate with the code 62BF-8862-F9CC-4D64. I have added t...
one year ago
0 Votes
1 Answers
10K Views
0 Votes 1 Answers 10K Views
I'm implementing a UserJoinedRoomContext watcher in my bot. The code gets called python async def on_activity(self, context: UserJoinedRoomContext): user = a...
3 years ago
0 Votes
1 Answers
13K Views
0 Votes 1 Answers 13K Views
Hi there! Can anyone give me clear answer: How I can prepare a chart in my own bot?
3 years ago
0 Votes
1 Answers
12K Views
0 Votes 1 Answers 12K Views
i have a doubt , suppose bot create a chat room and adds members into it . After the work process is done i dont want the members to write anything into the ...
4 years ago
0 Votes
4 Answers
11K Views
0 Votes 4 Answers 11K 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
6K Views
0 Votes 2 Answers 6K Views
We are facing the following error while trying to configure the symphony-bdk-bom-3.0.0.RC3, please help me to resolve this issue, we are using the resilience...
one year ago
0 Votes
1 Answers
10K Views
0 Votes 1 Answers 10K Views
In MessageML: am I correct that it is impossible to have an element with an href with two query parameters? If you try out in https://renderer-tool.app.symph...
3 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
Hi i am trying to create IM for multiple user and its throwing error 500 while trying to create stream for multiple user
2 years ago
0 Votes
1 Answers
10K Views
0 Votes 1 Answers 10K Views
Hi, I am tring to create a bean of SymphonyBdk class however during initialization I am getting below exception: > Caused by: com.symphony.bdk.http.api.ApiEx...
0 Votes
1 Answers
10K Views
0 Votes 1 Answers 10K 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
10K Views
0 Votes 1 Answers 10K Views
Hello dears, I Got this error when I follow the training java course: An unknown error occurred while trying to connect to https://develop2.symphony.com:443/...
3 years ago
0 Votes
1 Answers
9K Views
0 Votes 1 Answers 9K 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...
3 years ago
0 Votes
2 Answers
8K Views
0 Votes 2 Answers 8K Views
Hi all, I have a bot developed in Python and it was working fine until the datafeeds api stopped responding. My request: datafeed_url = "https://spx.symphony...
0 Votes
1 Answers
10K Views
0 Votes 1 Answers 10K Views
Hi Team, I'm using python code to send data for messageML form, needs to create dependent dropdowns, like based on the first dropdown , I need to get second ...
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
9K Views
0 Votes 1 Answers 9K Views
Does BDK 2.0 (Java) supports the reading of messages with styles? We are Having requirement to read Rich Text message ( having excels tables and images ) and...
0 Votes
0 Answers
8K Views
0 Votes 0 Answers 8K Views
Hi All, We are looking for some help here on where to start from if we want to setup Symphony API server of our own. Would really appreciate if you could pro...
one year ago
0 Votes
1 Answers
10K Views
0 Votes 1 Answers 10K 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
1 Answers
10K Views
0 Votes 1 Answers 10K 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
3 Answers
6K Views
0 Votes 3 Answers 6K Views
could anyone suggest an easiest way to retrive chat room name from Stream Id
0 Votes
2 Answers
8K Views
0 Votes 2 Answers 8K Views
Hello Team, We have recently working on a project and we need to integrate my Jira server with Symphony. How can I integrate Jira with Symphony now? Thank you.
one year ago
0 Votes
1 Answers
5K Views
0 Votes 1 Answers 5K Views
How can we send user specific messages (i.e. I have to send some exception alerts to group of related users. There can be N number of groups and exception al...
2 years ago
0 Votes
1 Answers
5K Views
0 Votes 1 Answers 5K 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
6K Views
0 Votes 1 Answers 6K Views
The [Building an Extension App with #hashtags & $cashtags] (https://docs.developers.symphony.com/ext-apps/tutorials/building-an-extension-app-with-hashtags-+...
one year ago
0 Votes
1 Answers
5K Views
0 Votes 1 Answers 5K Views
Can I create an extension app in develop2 sandbox that can read and reply to messages
0 Votes
1 Answers
5K Views
0 Votes 1 Answers 5K Views
What is the difference between chat rooms and Symphony groups?
2 years ago
0 Votes
1 Answers
9K Views
0 Votes 1 Answers 9K Views
Hi, I have a question on writing the "query" params in Search Rooms request. Im using C# httpclient, and I want to search all chat rooms that a certain membe...
0 Votes
3 Answers
7K Views
0 Votes 3 Answers 7K 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...
0 Votes
1 Answers
5K Views
0 Votes 1 Answers 5K 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.
Show more results questions