TransactionDecisionValue

actions.intent.TRANSACTION_DECISION의 출력으로 작업으로 반환되었습니다.

JSON 표현
{
  "transactionDecision": enum (TransactionDecision),

  // Union field value can be only one of the following:
  "order": {
    object (Order)
  },
  "deliveryAddress": {
    object (Location)
  }
  // End of list of possible types for union field value.
}
필드
transactionDecision

enum (TransactionDecision)

주문과 관련된 결정입니다.

통합 필드 value

value는 다음 중 하나여야 합니다.

order

object (Order)

사용자가 승인한 주문입니다. 이 필드는 transactionDecisionORDER_ACCEPTED인 경우에만 존재합니다.

deliveryAddress

object (Location)

사용자가 배송지 주소 업데이트를 요청하는 경우 이 입력란에 새 배송지 주소가 포함됩니다. 이 필드는 transactionDecisionDELIVERY_ADDRESS_UPDATED인 경우에만 존재합니다.