# Name

![](/files/FxxblbeWHBB3IB2HeewE)

## **Function**

This module enables collection of name data. Select **First Name** or **Last Name** to choose which information will be collected from end users.

When selected, each option adds a default prompt that you can edit further as needed.

The **Name** <img src="/files/-M4u9_13Ok_w-0exx0m-" alt="" data-size="line"> module uses the *name grammar* to parse out names. This grammar recognizes about 90% of the most common first and last names in the USA. Some names may not be recognized. No transcription is necessary.

{% hint style="warning" %}
**Note**: Speech recognition is automatically enabled for this module and cannot be disabled.
{% endhint %}

### Limitations

First and last names cannot both be collected using a single Name module. Two separate modules must be used, one for each option.&#x20;

This functionality is similar to the [Date/Time](/fuse/input/date-time.md) <img src="/files/-M4u9_0QfT86JJkCyYTa" alt="" data-size="line"> and [Address](/fuse/input/address.md) <img src="/files/-M4u9_-jsd2IW-Rr05Ji" alt="" data-size="line"> modules.&#x20;

## **Module Settings**

![](/files/-M5NbiZ5irxxMhfh3DYr)

### [Barge In](/fuse/module-settings.md#barge-in)

|                                                                     |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| ------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <img src="/files/-M5NbiYYxRnf29GOm3YO" alt="" data-size="original"> | <p>This setting allows callers to interrupt a prompt before it finishes playing.<br>When enabled, DTMF input interrupts the prompt and progresses the call forward in the call-flow. If speech recognition is enabled on the ensuing module in the call-flow, then end-users can also interrupt the prompt with a spoken utterance, too. Disabling barge-in forces callers to listen to the entire prompt.<br><br>A barge-in enabled module will have a dashed line on top of the text box. See example <a href="/pages/-M4zJLOnor8aJqMZ7an7#visual-indicators">here</a>.</p> |

### [Private](/fuse/module-settings.md#private)

|                                                                     |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| ------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| <img src="/files/-M5NbiYoLH9-yNY0kT9f" alt="" data-size="original"> | <p>This setting controls the logging function of a module.<br>Enabling the 'Private' setting instructs the module to not record, report, or retain the information input to that module for reporting or any other purposes. When enabled any information entered into a module during a call will be lost immediately when the call terminates.<br>The 'Private' setting is critical for businesses that need to maintain PCI-DSS or HIPAA compliance.<br><br>The module icon, in the upper left-hand corner, becomes grayed-out when this setting is enabled. See more details <a href="/pages/-M4zJLOnor8aJqMZ7an7#visual-indicators">here</a>.</p> |

### [**Show Custom Errors**](/fuse/module-settings.md#show-custom-errors)

|                                                                     |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| ------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <img src="/files/-M5NbiYpIlBkq4cl4qvN" alt="" data-size="original"> | <p>Enabling this setting overrides the default, global error options set in the <em>Application Settings</em> > <a href="/pages/-M4z6BCTQuqNA3eCMpwL"><em>User Input Settings</em></a>.<br>This allows users to establish custom error handling in order to act on errors in a specific way in that module.<br>Instead of progressing to the next module in the call-flow, custom error handling allows users to re-prompt the same module, to provide a custom error message, to re-direct the call based on the error, or any other desired behavior.<br><br><img src="/files/-M5NbiYbI6eYm52-OxpX" alt="" data-size="original"><br><br>Adding multiple errors (<img src="/files/-M4u9_-hAMbYcqwmycsz" alt="" data-size="line">) to a module functions behave the same way as a counter.<br>The first error follows the path for the first error listed, if a second error occurs in the same module it follows the second listed error, and so on until all errors are exhausted or an error directs the end-user away from that module.<br><br><img src="/files/-M5NbiY_foh37_Qrs6hH" alt="" data-size="original"> No Input occurs when the caller does not provide an input based on the timeout settings.<br>This is based on the “<em>Initial input timeout</em>” in <a href="/pages/-M4z6BCTQuqNA3eCMpwL">User Input Settings</a><br><br><img src="/files/-M5NbiYaOoi9NNH22Sav" alt="" data-size="original"> No Match occurs when the caller input does not match the module's criteria for the input module.</p> |

### [Timeout Length](/fuse/module-settings.md#timeout-length)

|                                                                     |                                                                                                                                                                                                                                                                                                                     |
| ------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <img src="/files/-M5NbiYv3-c_ACDrj4Um" alt="" data-size="original"> | <p>This allows users to set the maximum time, in seconds, that elapse before returning a timeout error. This applies modules that fetch outside scripts, like the SOAP, REST, or subdialog modules.<br><br>The default value for Timeout Length is 30 seconds.<br>Acceptable number values range from 1 to 120.</p> |

### **Advanced Settings**

Advanced Fuse users may want to use shadow variables that are available with input modules. For more information on this functionality, please visit the [Shadow Variables](/fuse/variables/shadow-variables.md) page.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.plumvoice.com/fuse/input/name.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
