Table of Contents

Class RpcResponse

Namespace
JD.AI.Channels.OpenClaw
Assembly
JD.AI.Channels.OpenClaw.dll

Response from an OpenClaw RPC call.

public sealed class RpcResponse
Inheritance
RpcResponse
Inherited Members

Properties

Error

public JsonElement? Error { get; init; }

Property Value

JsonElement?

Ok

public bool Ok { get; init; }

Property Value

bool

Payload

public JsonElement? Payload { get; init; }

Property Value

JsonElement?

Methods

GetPayload<T>()

public T? GetPayload<T>()

Returns

T

Type Parameters

T