Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

HumanLoopInput

import type { HumanLoopInput } from "https://aws-api.deno.dev/v0.4/services/augmentedairuntime.ts?docs=full";

An object containing the human loop input in JSON format.

interface HumanLoopInput {
InputContent: string;
}

§Properties

§
InputContent: string
[src]

Serialized input from the human loop. The input must be a string representation of a file in JSON format.