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
2K Views
0 Votes 1 Answers 2K 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...
2 years ago
0 Votes
1 Answers
3K Views
0 Votes 1 Answers 3K Views
Hi, I'm trying to do a basic POC by embedding a sandbox room indode my webapp, using: This requires a room ID, but I don't know how to find it ?
2 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
We're trying to create an excel file programatically and download within Symphony desktop application, however when this operation is performed the extension...
2 years ago
0 Votes
2 Answers
3K Views
0 Votes 2 Answers 3K 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
2K Views
0 Votes 1 Answers 2K 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
2K Views
0 Votes 1 Answers 2K Views
I am using the Python BDK 2.0. The RealTimeEventListener contains methods which are looking relevant for catching the event which is getting raised when I st...
2 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Hi, I am exploring how to use Symphony in 'unconvential ways'. You can find attached a picture that illustrates the basic architecture I'd like to achieve: -...
2 years ago
1 Votes
1 Answers
4K Views
1 Votes 1 Answers 4K Views
Hi guys! Does anyone know how to prevent the asyncio.exceptions.TimeoutError? Is there anything I can do? I am using Python BDK. Thanks
2 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K 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...
2 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
I'm implementing a UserJoinedRoomContext watcher in my bot. The code gets called python async def on_activity(self, context: UserJoinedRoomContext): user = a...
2 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K 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/...
2 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Hi Team, are there any examples for a Headless Bot in Python? I am very interested in creating a chatbot that sends notifications based on external events. A...
2 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
Can anyone send me the link to download symphony app ? How can I do to be enable as AC Admin
2 years ago
1 Votes
1 Answers
3K Views
1 Votes 1 Answers 3K Views
I would like to create a bot that sends "/data.csv" to a bot, attaches a data.csv file and replies. can you tell me. I'm using SpringBoot BDK Java.
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Hi Team, I am unable to access the Developing Bots using BDK for Python video inspite of completing the Symphony Development Fundamentals v2. Kindly look int...
2 years ago
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
Do symhony has a way to recieve message from jenkins regarding status of the build. any suggestions?
2 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
What are the config steps to use angular for UI in extension application.
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
There are two apps A & B. App A is deployed on exampleA.com and B is deployed on exampleB.com . In order to call a service of App A from App B, the App B con...
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
We wish to update our application's description and icon in the Symphony Market (on the 'my.symphony.com' pod). Simply updating the bundle.json file has no e...
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
https://docs.developers.symphony.com/v/v20.13/building-extension-applications-on-symphony/overview-of-extension-api/extension-api-services/modules-service st...
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
I have completed my symphony certification, can you please tell me from where can i retrieve it ?
2 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
I’m getting Symphony API exception while staring the Bot Application. [SymphonyBdk_DatafeedThread] c.s.bdk.core.retry.RetryWithRecovery : Exception recovered...
2 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K 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
2K Views
0 Votes 1 Answers 2K 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
2K Views
0 Votes 1 Answers 2K Views
I have to use webhooks to handle messages. I do have flask python app that handle POST webhook and this methond is triggerd every time there is a direct mess...
2 years ago
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
0 Votes
1 Answers
3K Views
0 Votes 1 Answers 3K 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...
2 years ago
Show more results questions