TransactionRequirementsCheckResult

  • JSON representation is returned as output for actions.intent.TRANSACTION_REQUIREMENTS_CHECK.

  • The JSON output contains the resultType field, which indicates the result of the transaction requirements check using the ResultType enum.

Returned to the action as output for actions.intent.TRANSACTION_REQUIREMENTS_CHECK.

JSON representation
{
  "resultType": enum (ResultType)
}
Fields
resultType

enum (ResultType)

Result type for transaction requirements check.