Interface SearchKnowledgeDebugInfo.SearchKnowledgeBehaviorOrBuilder (4.97.0)

public static interface SearchKnowledgeDebugInfo.SearchKnowledgeBehaviorOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAnswerGenerationRewriterOn()

public abstract boolean getAnswerGenerationRewriterOn()

Whether data store agent rewriter was turned on for the request.

bool answer_generation_rewriter_on = 1;

Returns
Type Description
boolean

The answerGenerationRewriterOn.

getEndUserMetadataIncluded()

public abstract boolean getEndUserMetadataIncluded()

Whether end_user_metadata is included in the data store agent call.

bool end_user_metadata_included = 2;

Returns
Type Description
boolean

The endUserMetadataIncluded.

getThirdPartyConnectorAllowed()

public abstract boolean getThirdPartyConnectorAllowed()

This field indicates whether third party connectors are enabled for the project. Note that this field only indicates if the project is allowlisted for connectors.

bool third_party_connector_allowed = 4;

Returns
Type Description
boolean

The thirdPartyConnectorAllowed.