TransactionRequirementsCheckResult

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

  • The JSON response includes a resultType field, which uses the ResultType enum to indicate the outcome of the transaction requirements check.

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.