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
Answered
How can I find my bot?

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 displayname is: Dev Cert Bot 1770

Captura de Tela 2021-09-24 às 4.38.07 PM.png

Captura de Tela 2021-09-24 às 4.45.03 PM.png

  
  
Posted 2 years ago
Edited 2 years ago
Votes Newest

Answers


I'm able to find your bot using either the simple or advanced search. Perhaps it was some network/infra blip? Can you confirm if it's still happening for you? (I assume you are in the correct sandbox environment - develop2.symphony.com)

2021-09-25_14-38-34.png

2021-09-25_14-39-27.png

  
  
Posted 2 years ago
Edited 2 years ago
Yong Sheng Tan
39 × 2 Administrator
1
1

You are right Yong!! Thanks for the answer. But I want to deploy my chatbot on the Pod Host that hired me as a developer. I tried to simply change the Pod Host but it raised an authentication error. I'm looking for answers. Once again, thank you very much

Caio Salgado   2 years ago Report