This models a single expect and answer prompt of the interactive command.
Name | Type | Description | Notes |
---|---|---|---|
expect | str | The regex of the expect prompt of the interactive command. | [optional] |
send | str | The answer string to the expect prompt. | [optional] |