How do I get the users response from a question asked to the user and display the response in fulfillment?
Example: Google Assistant: What is your name?
User: My name is Yuri Alves
Google Assistant: Hello, Yuri Alves
How do I get the users response from a question asked to the user and display the response in fulfillment?
Example: Google Assistant: What is your name?
User: My name is Yuri Alves
Google Assistant: Hello, Yuri Alves
Here is the simplest way to achieve this:
What is your name?
My name is Yuri Alves, I am Yuri
Alves
etcname_entity
for recognizing the first name and last namerequired
What is your name?
Hello, $name_entity
Hope it helps.