<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Google Smart Speaker How To Make Use Custom Intent? in Smart Home Developer Forum</title>
    <link>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Google-Smart-Speaker-How-To-Make-Use-Custom-Intent/m-p/606745#M6649</link>
    <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;I aim to trigger a request to Cloud Functions upon receiving a specific intent command from Google's smart speaker and have it processed by calling an external API. My plan was to develop this using Actions on Google Console.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;However, in the Develop tab of Actions on Google Console, I only see Invocation (DisplayName) and Actions (webhook, log, SDK settings) as the available options. Despite connecting to the Cloud Functions trigger via a prepared webhook, nothing happens during testing.&lt;/P&gt;&lt;P&gt;I noticed that functions developed by other developers for Direct Actions are still operational, which makes me wonder what I might be missing.&lt;/P&gt;&lt;P&gt;Here are my questions:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;What exactly are Direct Actions?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;I came across terms like Scenes / Intents and learned that support for Conversation Actions has ended. Does this mean customizing Scenes / Intents to process specific actions is now impossible?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;If development through Actions on Google Console is not feasible, is there an alternative approach? In my preliminary research, I found something about App Actions, but it seemed like it would require a significant development effort.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Is it possible to invoke Cloud Functions via the HomeGraph API? It appears that it needs to be done through Google Assistant, but I can't find any information on customizing Google Assistant for this purpose.&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;NAfter creating a project in Consle Actions, set the Display Name. Even after setting the Fulfillment URL and testing with an actual speaker in test mode, the Display Name is not recognized.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Mon, 18 Mar 2024 01:05:25 GMT</pubDate>
    <dc:creator>parkHi</dc:creator>
    <dc:date>2024-03-18T01:05:25Z</dc:date>
    <item>
      <title>Google Smart Speaker How To Make Use Custom Intent?</title>
      <link>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Google-Smart-Speaker-How-To-Make-Use-Custom-Intent/m-p/606745#M6649</link>
      <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;I aim to trigger a request to Cloud Functions upon receiving a specific intent command from Google's smart speaker and have it processed by calling an external API. My plan was to develop this using Actions on Google Console.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;However, in the Develop tab of Actions on Google Console, I only see Invocation (DisplayName) and Actions (webhook, log, SDK settings) as the available options. Despite connecting to the Cloud Functions trigger via a prepared webhook, nothing happens during testing.&lt;/P&gt;&lt;P&gt;I noticed that functions developed by other developers for Direct Actions are still operational, which makes me wonder what I might be missing.&lt;/P&gt;&lt;P&gt;Here are my questions:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;What exactly are Direct Actions?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;I came across terms like Scenes / Intents and learned that support for Conversation Actions has ended. Does this mean customizing Scenes / Intents to process specific actions is now impossible?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;If development through Actions on Google Console is not feasible, is there an alternative approach? In my preliminary research, I found something about App Actions, but it seemed like it would require a significant development effort.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Is it possible to invoke Cloud Functions via the HomeGraph API? It appears that it needs to be done through Google Assistant, but I can't find any information on customizing Google Assistant for this purpose.&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;NAfter creating a project in Consle Actions, set the Display Name. Even after setting the Fulfillment URL and testing with an actual speaker in test mode, the Display Name is not recognized.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 18 Mar 2024 01:05:25 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Google-Smart-Speaker-How-To-Make-Use-Custom-Intent/m-p/606745#M6649</guid>
      <dc:creator>parkHi</dc:creator>
      <dc:date>2024-03-18T01:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: Google Smart Speaker How To Make Use Custom Intent?</title>
      <link>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Google-Smart-Speaker-How-To-Make-Use-Custom-Intent/m-p/609454#M6720</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://www.googlenestcommunity.com/t5/user/viewprofilepage/user-id/527595"&gt;@parkHi&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thanks for reaching out to us with your queries. To answer to your questions :&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;SPAN&gt;Direct Actions let you build experiences where the Google Assistant handles the entire user interaction and you handle the fulfillment. Direct Actions are great for home automation, media, communications use cases, and more.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;You can make use of App Actions to customize Scenes/Intents to process specific actions. More information in this regard can be found &lt;A href="https://developers.googleblog.com/2022/06/Helping-Developers-Create-Meaningful-Voice-Interactions-with-Android.html" target="_self"&gt;here&lt;/A&gt;.&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;The following alternative &lt;A href="https://developers.google.com/assistant/ca-sunset#what_will_happen_to_non-conversational_action_development_paths" target="_self"&gt;approaches&lt;/A&gt; are available which one can still use for their developments. &lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;It is possible to invoke cloud functions via the HomeGraph API. You can follow to following &lt;A href="https://developers.home.google.com/codelabs/smarthome-washer?hl=en#1" target="_self"&gt;codelab&lt;/A&gt; to get an idea of how to implement.&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Thu, 28 Mar 2024 21:52:53 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Google-Smart-Speaker-How-To-Make-Use-Custom-Intent/m-p/609454#M6720</guid>
      <dc:creator>sipriyadarshi</dc:creator>
      <dc:date>2024-03-28T21:52:53Z</dc:date>
    </item>
  </channel>
</rss>

