# Dialogflow

Published articles for Dialogflow.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Espressif's April 2019 Newsletter: IPO Plans, ESP-Jumpstart, and Voice Features for ESP32

DevFeed: [Espressif's April 2019 Newsletter: IPO Plans, ESP-Jumpstart, and Voice Features for ESP32](<https://devfeed.tech/articles/april-2019-13812.md>)

Original publisher: [Read original article](<https://developer.espressif.com/blog/april-2019/>)

Author: John Lee

Published: 2019-04-04T00:00:00Z

Content type: article

Language: en

Sources: [Blog on Developer Portal](<https://devfeed.tech/sources/blog-on-developer-portal.md>)

Topics: [Espressif](<https://devfeed.tech/topics/espressif.md>), [ESP32](<https://devfeed.tech/topics/esp32.md>), [Internet of things](<https://devfeed.tech/topics/iot.md>), [Google](<https://devfeed.tech/topics/google.md>), [Google Cloud Platform (GCP)](<https://devfeed.tech/topics/google-cloud.md>)

Tags: [blog](<https://devfeed.tech/tags/blog.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [dialogflow](<https://devfeed.tech/tags/dialogflow.md>), [esp](<https://devfeed.tech/tags/esp.md>), [esp32](<https://devfeed.tech/tags/esp32.md>), [espressif](<https://devfeed.tech/tags/espressif.md>), [google](<https://devfeed.tech/tags/google.md>), [google-cloud](<https://devfeed.tech/tags/google-cloud.md>), [iot](<https://devfeed.tech/tags/iot.md>), [newsletter](<https://devfeed.tech/tags/newsletter.md>), [technology](<https://devfeed.tech/tags/technology.md>)

### AI overview

Espressif's April 2019 newsletter discusses the company's planned initial public offering and highlights ESP-Jumpstart, Dialogflow voice integration for ESP32 devices, ESP-EYE's exposure on WeChat, and a virtual housemate product called Kevin.

### Source excerpt

Welcome to our April Newsletter Hi everyone, We're really excited this month because Espressif has just started the process of offering its shares to the public for the first time (IPO), through the Shanghai Stock Exchange. We are hopeful that this process will come to fruition by the end of the year and that Espressif will be listed on the new Science and Technology Innovation Board of the Shanghai Stock Exchange.

## Embedding Voice into Devices with ESP32

DevFeed: [Embedding Voice into Devices with ESP32](<https://devfeed.tech/articles/embedding-voice-into-devices-with-esp32-13836.md>)

Original publisher: [Read original article](<https://developer.espressif.com/blog/embedding-voice-into-devices-with-esp32/>)

Author: John Lee

Published: 2019-03-10T00:00:00Z

Content type: article

Language: en

Sources: [Blog on Developer Portal](<https://devfeed.tech/sources/blog-on-developer-portal.md>)

Topics: [ESP32](<https://devfeed.tech/topics/esp32.md>), [Internet of things](<https://devfeed.tech/topics/iot.md>), [Google](<https://devfeed.tech/topics/google.md>), [SDK](<https://devfeed.tech/topics/sdk.md>), [ui](<https://devfeed.tech/topics/ui.md>)

Tags: [blog](<https://devfeed.tech/tags/blog.md>), [demo](<https://devfeed.tech/tags/demo.md>), [dialogflow](<https://devfeed.tech/tags/dialogflow.md>), [esp32](<https://devfeed.tech/tags/esp32.md>), [google](<https://devfeed.tech/tags/google.md>), [interface](<https://devfeed.tech/tags/interface.md>), [iot](<https://devfeed.tech/tags/iot.md>), [sdk](<https://devfeed.tech/tags/sdk.md>)

### AI overview

Espressif describes support for Dialogflow on ESP32, allowing IoT devices to use a Google voice-enabled conversational interface. The article compares Dialogflow with Alexa and Google Assistant, highlighting configurable conversations, custom wake words, pay-as-you-go pricing, and reduced complexity. It notes that the current SDK does not support custom wake-word creation and supports tap-to-talk initiation.

### Source excerpt

ESP32 already supported being a fully functional Alexa client, a voice assistant. ESP32 now also supports Dialogflow, a voice-enabled conversational interface from Google. It enables IoT users to include a natural language user interface in their devices. The differences of Dialogflow w.r.t.

## Building Audio Conversations with ESP32 Using Amazon Lex and Google Dialogflow

DevFeed: [Building Audio Conversations with ESP32 Using Amazon Lex and Google Dialogflow](<https://devfeed.tech/articles/conversational-interfaces-13826.md>)

Original publisher: [Read original article](<https://developer.espressif.com/blog/conversational-interfaces/>)

Author: John Lee

Published: 2018-10-24T00:00:00Z

Content type: tutorial

Language: en

Sources: [Blog on Developer Portal](<https://devfeed.tech/sources/blog-on-developer-portal.md>)

Topics: [ESP32](<https://devfeed.tech/topics/esp32.md>), [amazon](<https://devfeed.tech/topics/amazon.md>), [Google](<https://devfeed.tech/topics/google.md>)

Tags: [amazon](<https://devfeed.tech/tags/amazon.md>), [audio](<https://devfeed.tech/tags/audio.md>), [blog](<https://devfeed.tech/tags/blog.md>), [building](<https://devfeed.tech/tags/building.md>), [dialogflow](<https://devfeed.tech/tags/dialogflow.md>), [esp32](<https://devfeed.tech/tags/esp32.md>), [google](<https://devfeed.tech/tags/google.md>), [integrations](<https://devfeed.tech/tags/integrations.md>), [interfaces](<https://devfeed.tech/tags/interfaces.md>), [iot](<https://devfeed.tech/tags/iot.md>), [technology](<https://devfeed.tech/tags/technology.md>), [voices](<https://devfeed.tech/tags/voices.md>)

### AI overview

The article presents a solution for creating conversational interfaces between an ESP32-based device and its user, using integrations with Amazon Lex and Google Dialogflow.

### Source excerpt

If you wish to define your own conversation with your product, this solution is for you. Integrations with Amazon Lex and Google DialogFlow helps you create intuitive conversations between your device and its user. - Building Audio Conversations with ESP32: Please reach out to for more details.