public interface QueryReasoningEngineResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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. |