# Echo

Required Frends version: 5.5+

Required .NET version: 6.0

Compatible Agents: Crossplatform

Source code: <https://github.com/FrendsPlatform/Frends.Utilities>

{% tabs %}
{% tab title="Parameter: Input" %}

| Name                   | Description                                                                                                  |
| ---------------------- | ------------------------------------------------------------------------------------------------------------ |
| InputString : `String` | <p>String that will be repeated.</p><p><br>Default: <code>-</code><br>Example: <code>Example Text</code></p> |
| {% endtab %}           |                                                                                                              |

{% tab title="Result: Result" %}

| Name                    | Description                                                              |
| ----------------------- | ------------------------------------------------------------------------ |
| ResultString : `String` | <p>Returns given Input String.<br>Example: <code>Example Text</code></p> |
| {% endtab %}            |                                                                          |

{% tab title="Changelog" %}

## Changelog

### \[1.0.0] - 2022-09-06

#### Added

* Initial implementation
  {% endtab %}
  {% endtabs %}
