简体   繁体   中英

Can you create a fully custom entity in google Dialogflow?

I have a python telegram bot which I want to integrate with dialogflow. The python script outputs financial data for a given stock ticker. Can dialogflow recognize stock tickers? It does't show up in the built in entities.

You can create custom entities: https://cloud.google.com/dialogflow/es/docs/entities-custom .

I think you can recognize the stock tickers using regexp: https://cloud.google.com/dialogflow/es/docs/entities-regexp

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM