Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

When you submit a skill an Action to Google for alpha testing, Google verifies if all the transactions in the skillAction, both monetary and non-monetary, are done through Google Transaction API and rejects the skill Action if not using the API. Orbita has integrated the Google Transaction API so that all the transactions will be dealt with the Google Transaction API.

...

The Transaction API should be enabled for your skill Action and the intent should contain an Event for transaction decision making.

For example, you might want to create a slot reservation flow for a restaurant.

Enable Transactions in

...

Action

Follow these steps to enable transactions in the skillAction

  1. Login to https://console.actions.google.com/ and select a project.

    Image RemovedImage Added
  2. In the project screen:

    1. Make sure you have chosen the correct project.

    2. Select the “Deploy” tab.

    3. Select “Directory Information” from the side menu.

    4. Scroll down and expand the “Additional Information.

      Image RemovedImage Added
  3. Scroll down to the “Transactions” section and check the appropriate checkbox that suits your use case.

    Image RemovedImage Added

  4. Scroll to the top of the screen and click Save.

    Image RemovedImage Added
Info

Note: To successfully save the changes on this page, you must fill all the mandatory fields. If the mandatory fields are incomplete, you will see a warning message as shown below.

...