# sensitivity

## sensitivity <a href="#sensitivity" id="sensitivity"></a>

**Default Value:** 0.5

Set the sensitivity level. A value of 1.0 means that it is highly sensitive to quiet input. A value of 0.0 means it is least sensitive to noise. The value is a Real Number Designation.

### Example

```markup
<?xml version="1.0"?>
<vxml version="2.0">
  <property name="sensitivity" value="0.3"/>
  <form>
    <field type="boolean">
      <prompt>
        Please say yes or no.
      </prompt>
    </field>
  </form>
</vxml>
```

### Explanation

From this example, a user is able to say “yes” or “no” in a noisy environment. Setting the “sensitivity” level to a low setting helps in environments where there is alot of background noise. However, by setting the “sensitivty” to a low setting, there is also a small risk of the application missing some of the incoming speech.

### Notes

None


---

# 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/dev/voicexml/properties/sensitivity.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.
