requestedSchema property

ObjectSchema? get requestedSchema

A JSON schema that describes the expected response.

Required for ElicitationMode.form.

Implementation

ObjectSchema? get requestedSchema =>
    _value[Keys.requestedSchema] as ObjectSchema?;