Interface QueryReasoningEngineResponseOrBuilder (3.42.0)

public interface QueryReasoningEngineResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getOutput()

public abstract Value getOutput()

Response provided by users in JSON object format.

.google.protobuf.Value output = 1;

Returns
TypeDescription
Value

The output.

getOutputOrBuilder()

public abstract ValueOrBuilder getOutputOrBuilder()

Response provided by users in JSON object format.

.google.protobuf.Value output = 1;

Returns
TypeDescription
ValueOrBuilder

hasOutput()

public abstract boolean hasOutput()

Response provided by users in JSON object format.

.google.protobuf.Value output = 1;

Returns
TypeDescription
boolean

Whether the output field is set.