Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Google Assistant-Abläufe führen mehrere Aktionen mit einem einzigen Befehl aus. Das ist ideal, wenn Nutzer morgens aufwachen, unterwegs sind, sich fürs Bett fertig machen oder viele andere Aufgaben, die sie den ganzen Tag über erledigen. Wenn jemand mit deiner Aktion interagiert hat, kannst du ihm einen Ablaufvorschlag anbieten, damit er deine Aktion seinen Abläufen hinzufügen kann.
Vorschläge für Abläufe einrichten
So konfigurieren Sie einen Intent Ihrer Aktion für Ablaufvorschläge:
Trigger-Intent vorbereiten
Konfigurieren Sie einen der Aktions-Intents als auslösenden Intent. Dieser Intent wird den Abläufen von Nutzern hinzugefügt, wenn sie Ihrem Vorschlag folgen. Wenn ein Nutzer seinen Ablauf ausführt, wird der Intent ausgelöst und der Ablauf wird von dort fortgesetzt.
Die Auftragsausführung des auslösenden Intents sollte die Antwort liefern und dann die Unterhaltung ohne zusätzliche Nutzerinteraktion beenden. Wenn ein Intent als Teil eines Ablaufs aufgerufen wird, kürzt Assistant seine Antwort automatisch, um die Unterhaltung zu beenden.
So definieren Sie einen Trigger-Intent in Dialogflow:
Klicken Sie im Abschnitt Google Assistant auf Integration Settings (Integrationseinstellungen).
Klicken Sie unter Erkennung > Impliziter Aufruf auf Intent hinzufügen und wählen Sie den auslösenden Intent aus, falls er noch nicht vorhanden ist.
Aktivieren Sie die Option Automatische Vorschau von Änderungen, falls sie noch nicht aktiviert ist.
Klicken Sie auf Schließen.
Definieren Sie im Actions SDK den auslösenden Intent im Action-Paket.
Updates aktivieren
So aktivieren Sie Vorschläge für Abläufe für Ihren auslösenden Intent:
Rufen Sie in der AktionskonsoleEntwickeln > Aktionen auf.
Wählen Sie den auslösenden Intent aus. Wenn der Intent nicht in der Liste angezeigt wird, muss er als auslösender Intent konfiguriert und für die Assistant-Integration von Dialogflow muss die automatische Vorschau von Änderungen aktiviert sein.
Scrollen Sie nach unten zum Abschnitt Nutzer-Engagement und aktivieren Sie die Option Möchten Sie Nutzern Vorschläge zur Routine anbieten.
Geben Sie einen Inhaltstitel ein.
Klicken Sie auf Speichern.
Deine Aktion ist jetzt so konfiguriert, dass ein Intent für einen Ablauf vorgeschlagen wird.
Vorschläge für Abläufe testen
So testen Sie Ihre Ablaufvorschläge auf einem Mobilgerät mit integriertem Google Assistant:
Achte darauf, dass du das Google-Konto verwendest, mit dem du deine Aktion erstellt hast.
Rufen Sie Ihre Aktion auf.
Interagiere mit deiner Aktion und beende dann die Unterhaltung.
Wählen Sie den Vorschlags-Chip Ablauf aus. Wenn du diesen Chip nicht siehst, teste deine Aktion noch einmal, rufe aber während der Unterhaltung verschiedene Intents auf.
Folgen Sie der Anleitung, um die Aktion einem Ablauf hinzuzufügen.
Starte den Ablauf auf deinem Gerät und achte darauf, dass deine Aktion aufgerufen wird.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-07-25 (UTC)."],[[["\u003cp\u003eGoogle Assistant Routines let users execute multiple Actions with a single command, streamlining daily tasks.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can set up Routine suggestions to encourage users to add their Action to their Routines for increased engagement.\u003c/p\u003e\n"],["\u003cp\u003eRoutine suggestions are currently limited to the en-US locale and require a specific triggering intent configured in Dialogflow and the Actions console.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers should thoroughly test their Routine suggestions on a Google Assistant-enabled device to ensure proper functionality.\u003c/p\u003e\n"]]],["Google Assistant Routines enable users to execute multiple actions with a single command. To suggest your Action for inclusion in users' Routines, configure a \"triggering intent\" in Dialogflow or the Actions SDK. In Dialogflow's Google Assistant integration, add the intent under \"Implicit invocation\" and enable auto-preview. In the Actions console, turn on \"routine suggestions\" for the intent and add a title. Test suggestions by invoking and interacting with the Action, then add it to a Routine.\n"],null,["# Routine suggestions\n\n| **Note:** Routines are only supported in Dialogflow.\n\nGoogle Assistant Routines execute multiple Actions\nwith a single command, perfect for those times when users wake up in the morning,\nhead out of the house, get ready for bed or many of the other tasks they perform\nthroughout the day. After someone engages with your\nAction, offer a Routine suggestion that lets users add your Action to their Routines.\n| **Note:** Routine suggestions are currently only available for Google Assistant users in the [en-US locale](/assistant/console/languages-locales).\n\nSet up Routine suggestions\n--------------------------\n\nTo configure one of your Action's intents for Routine suggestions, follow these\ninstructions:\n\n### Prepare a triggering intent\n\nConfigure one of your Action's intents as a triggering intent. This intent\nis added to users' Routines when they follow your suggestion. When a user runs\ntheir Routine, the intent triggers and the Routine\ncontinues from there.\n\nYour triggering intent's fulfillment should provide the response and then end\nthe conversation without any additional user interaction. When calling an\nintent as part of a Routine, Assistant automatically trims its response\nto end the conversation.\n\nTo define a triggering intent in Dialogflow, follow these steps:\n\n1. In the [Dialogflow Console](https://console.dialogflow.com), click on **Integrations**.\n2. Under the **Google Assistant** section, click on **Integration Settings**.\n3. Under **Discovery \\\u003e Implicit invocation** , click on **Add intent** and select your triggering intent if it's not already there.\n4. Turn on **Auto-preview** changes if it's not already enabled.\n5. Click **Close**.\n\nIn the Actions SDK, define your triggering intent in the\nAction package.\n\n### Enable updates\n\nTo turn on Routine suggestions for your triggering intent, follow these steps:\n\n1. In the [Actions console](https://console.actions.google.com), navigate to **Develop \\\u003e Actions**.\n2. Select your triggering intent. If your intent doesn't appear in the list, make sure it's configured as a triggering intent and Dialogflow's Assistant integration is set to auto-preview changes.\n3. Scroll down to the **User engagement** section and turn on **Would you like to offer routine suggestions to users**.\n4. Enter a **Content title**.\n5. Click **Save**.\n\nYou've now configured your Action to suggest your intent for a Routine.\n\nTest Routine suggestions\n------------------------\n\nTo test your Routine suggestions using a Google Assistant-enabled mobile device,\nfollow these steps:\n\n1. Make sure you're using the Google account that you used to build your Action.\n2. Invoke your Action.\n3. Interact with your Action; then, end the conversation.\n4. Select the **Routine** suggestion chip. If you don't see this chip, test your Action again, but invoke different intents throughout the conversation.\n5. Follow the prompts to add the Action to a Routine.\n6. Start the Routine on your device, and make sure your Action is invoked.\n\n| **Note:** You can also test daily updates using the Actions simulator, but not all functionality is available."]]