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

ReportAgentStateRequest

import type { ReportAgentStateRequest } from "https://googleapis.deno.dev/v1/batch:v1.ts";

Request to report agent's state. The Request itself implies the agent is healthy.

interface ReportAgentStateRequest {
agentInfo?: AgentInfo;
agentTimingInfo?: AgentTimingInfo;
metadata?: AgentMetadata;
}

§Properties

§
agentInfo?: AgentInfo
[src]

Agent info.

§
agentTimingInfo?: AgentTimingInfo
[src]

Agent timing info.

§

Agent metadata.