Creates or updates a keyword configuration on an origination phone number or pool.
See https://www.paws-r-sdk.com/docs/pinpointsmsvoicev2_put_keyword/ for full documentation.
pinpointsmsvoicev2_put_keyword(
OriginationIdentity,
Keyword,
KeywordMessage,
KeywordAction = NULL
)
[required] The origination identity to use such as a PhoneNumberId, PhoneNumberArn,
SenderId or SenderIdArn. You can use
describe_phone_numbers
get the values for PhoneNumberId and PhoneNumberArn while
describe_sender_ids
can be
used to get the values for SenderId and SenderIdArn.
If you are using a shared AWS End User Messaging SMS and Voice resource then you must use the full Amazon Resource Name(ARN).
[required] The new keyword to add.
[required] The message associated with the keyword.
The action to perform for the new keyword when it is received.
AUTOMATIC_RESPONSE: A message is sent to the recipient.
OPT_OUT: Keeps the recipient from receiving future messages.
OPT_IN: The recipient wants to receive future messages.