interface InputJson {
    hint?: string;
    parameters?: ParameterJson[];
    prompt?: string;
}

Properties

hint?: string

A string value representing a hint for the input.

parameters?: ParameterJson[]

An array of parameter objects.

prompt?: string

A string value representing the prompt for the input.