pinpointsmsvoicev2_put_registration_field_value: Creates or updates a field value for a registration

View source: R/pinpointsmsvoicev2_operations.R

pinpointsmsvoicev2_put_registration_field_valueR Documentation

Creates or updates a field value for a registration

Description

Creates or updates a field value for a registration.

See https://www.paws-r-sdk.com/docs/pinpointsmsvoicev2_put_registration_field_value/ for full documentation.

Usage

pinpointsmsvoicev2_put_registration_field_value(
  RegistrationId,
  FieldPath,
  SelectChoices = NULL,
  TextValue = NULL,
  RegistrationAttachmentId = NULL
)

Arguments

RegistrationId

[required] The unique identifier for the registration.

FieldPath

[required] The path to the registration form field. You can use describe_registration_field_definitions for a list of FieldPaths.

SelectChoices

An array of values for the form field.

TextValue

The text data for a free form field.

RegistrationAttachmentId

The unique identifier for the registration attachment.


paws.customer.engagement documentation built on Sept. 12, 2024, 6:34 a.m.