---
sourceDocument: Australia Conversational Interfaces
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/pt-BR/conversational-interfaces

 Release :

    - australia

ft:locale :

    - pt-BR

ft:publication_title :

    - Australia Conversational Interfaces

ft:clusterId :

    - convint

bundleId :

    - convint

workflow :

    - Platform


---

# Secure Text user input control

# Secure Text user input control {#ariaid-title1}

* Versão de lançamento: Australia
* 
* Atualizado 12 de mar. de 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 3 min. de leitura

The Secure Text control provides a means to encrypt sensitive information provided as simple text or other formats. Use this control to encrypt sensitive information in topics that use large language model (LLM)
discovery.
Use this control to gather and encrypt user information for topics using large language model (LLM) topic discovery. The Secure Text input also avoids sensitive information from being sent through an LLM.

## Secure Text user input control properties {#va-secure-text__section_htl_k5y_11c}

{#va-secure-text__table_khb_p5y_11c__entry__2}

| Property | Description |
|-|-|
| Node name | Name that identifies this Secure Text user input control node in the topic flow. |
| Prompt | Text string or script that returns text. This value is used only when the default value isn't specified. For example: <kbd class="ph userinput">What is your password?</kbd> |
| Input format | Text format that is validated when a user enters certain text items. When the input isn't valid, the bot asks the user to reenter the text. Choose the format of the text item to be validated: * Text: Any text string (no validation). * Email: Format that consists of an email prefix (user name), the @ symbol, and domain. * IP address (IPV4, IPV6): Data communication delivery format for internet Protocol version 4 or version 6. * Phone number (E.164): Internationally recognized standard phone number format. * URL: Web address format. * Custom: A script that provides a validation rule for a custom text format. The script should include related error messages that are displayed when the expected format isn't entered. {#va-secure-text__ul_ebk_1dz_11c} For phone and IP address format examples, see [E.164 phone formats](https://www.servicenow.com/docs/access?context=r_ConfigureE.164PhoneNumberFields&version=australia&pubname=australia-platform-administration&ft:locale=en-US) and [IP address field types](https://www.servicenow.com/docs/access?context=r-IPAddressFieldType&version=australia&pubname=australia-platform-administration&ft:locale=en-US). |
| Hash function | The method digest algorithm based on the standard WS-Security specification. |
| Encryption salt | Random data that is used as an additional input to a one-way function that hashes data. |
| Advanced ||
| Default value | A value for the user response to the prompt. For example, if you already know the user name, the default value might be <kbd class="ph userinput">(Script Variables &gt; Last username)</kbd>. |
| Confirmation messages ||
| Input completion confirmation | Bot response shown to the user when the node interaction is complete. The message can be either a text string or a script that returns text. For example, if you're using dot-walking: Thanks, (Input Variables \> Username)! Or if you're using a script, the acknowledgement might be: Thanks, {{vaInputs.username}}! |
| Default value confirmation | Message that asks the user to verify that the value in the Default value field is correct. This message is used instead of a value in the Prompt field. For example: <kbd class="ph userinput">Are you (Script Variables &gt; Username)?</kbd> |
| Hide or skip this node ||
| Conditionally show this node | No-code condition statement or low-code script that specifies a condition for presenting this node in the conversation. The condition must evaluate to true. |
| Allow user to skip this node | No-code condition statement or low-code script that specifies a condition for letting users skip this node in the conversation. The condition must evaluate to true. You can set this field using either the condition builder or a script. |
| Skip reprompting | No-code condition statement or low-code script that specifies a condition for letting users skip reprompting in the conversation. When a preceding node is revisited through a topic loopback or [Dialog Act](https://servicenow-prod.fluidtopics.net/504giR1zLrWWqC3Exfs39A "As part of the Vancouver release, the Dialog Acts feature expands natural language communication with Virtual Agent, leading to more fluid conversations between user and agent."), the Virtual Agent bypasses this node and automatically retain its original value. |
[ ]

{#va-secure-text__table_khb_p5y_11c}

## Example Secure Text user input control {#va-secure-text__section_wkl_r5y_11c}

{#va-secure-text__table_ykg_dvy_11c__entry__2}

| Input properties | Input prompt |
|-|-|
| Figura 1. Secure Text input control basic properties | Figura 2. Web UI Secure Text user input prompt |
[ ]

{#va-secure-text__table_ykg_dvy_11c}

## Channel support {#va-secure-text__section_kgz_cwb_rsb}

Nota:  
Virtual Agent Designer controls may display and function differently in other channels.  
{#va-secure-text__table_lzq_fwb_rsb__entry__3}

| Channel | Support | Constraints |
|-|-|-|
| Web UI | Supported | None. |
| Mobile UI | Supported | None. |
| Now Assist panel | Supported | None. |
| Microsoft Teams | Supported | None. |
| Slack | Supported | Slack users can edit text previously entered in a conversation. However, Virtual Agent processes messages as they're first entered. If a Slack user edits text input, such as a comment to update a case, then Virtual Agent doesn't evaluate the edited update. |
| Workplace | Supported | None. |
| Facebook Messenger | Supported | The maximum character limit is 5000 characters. |
| SMS Twilio | Supported | None. |
| LINE | Supported | The maximum character limit is 5000 characters. |
| WhatsApp | Supported | None. |
| Apple Messages for Business | Supported | None. |
| Alexa (Voice) | Supported | For screen devices, character limits may apply. For more information, see the [Alexa developer documentation](https://developer.amazon.com/en-US/docs/alexa/custom-skills/display-interface-reference.html). |
[Tabela 1. Channel support for the Text user input control]

{#va-secure-text__table_lzq_fwb_rsb}

