View Source GoogleApi.Content.V21.Model.BuiltInUserInputAction (google_api_content v0.67.1)

Action that is implemented and performed in (your) third-party application. The application needs to show an additional content and input form to the merchant. They can start the action only when they provided all required inputs. The application will request processing of the action by calling the triggeraction method.

Attributes

  • actionContext (type: String.t, default: nil) - Internal details. Not for display but need to be sent back when triggering the action.
  • flows (type: list(GoogleApi.Content.V21.Model.ActionFlow.t), default: nil) - Actions may provide multiple different flows. Merchant selects one that fits best to their intent. Selecting the flow is the first step in user's interaction with the action. It affects what input fields will be available and required and also how the request will be processed.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.BuiltInUserInputAction{
  actionContext: String.t() | nil,
  flows: [GoogleApi.Content.V21.Model.ActionFlow.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.