Interface QueryReasoningEngineResponseOrBuilder (3.44.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
Type Description
Value

The output.

getOutputOrBuilder()

public abstract ValueOrBuilder getOutputOrBuilder()

Response provided by users in JSON object format.

.google.protobuf.Value output = 1;

Returns
Type Description
ValueOrBuilder

hasOutput()

public abstract boolean hasOutput()

Response provided by users in JSON object format.

.google.protobuf.Value output = 1;

Returns
Type Description
boolean

Whether the output field is set.