change_given_name
Change the user’s given name
Arguments
Section titled “Arguments”{ "givenName": "" // Given name for the user (ie. first name, nickname, or alias)}Response
Section titled “Response”{ "kind": "SUCCESS", // SUCCESS | FAILURE | BAD_REQUEST | INTERNAL_SERVER_ERROR | REFUSAL "nature": "OPAQUE", // OPAQUE | USER_VERBATIM | JSON "language": "en-US", // BCP47 language tag "value": "Given name updated to 'Julia'" // Opaque string response value to be entered into message history.}Guidance
Section titled “Guidance”Use when:- the user introduces themselves by name- the user explicitly asks you to call them something specific