Interface IngestedContextReferenceDebugInfoOrBuilder (4.97.0)

public interface IngestedContextReferenceDebugInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getContextReferenceRetrieved()

public abstract boolean getContextReferenceRetrieved()

The status of context_reference retrieval from database.

bool context_reference_retrieved = 2;

Returns
Type Description
boolean

The contextReferenceRetrieved.

getIngestedParametersDebugInfo(int index)

public abstract IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo getIngestedParametersDebugInfo(int index)

Parameters ingested from the context reference.

repeated .google.cloud.dialogflow.v2.IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo ingested_parameters_debug_info = 3;

Parameter
Name Description
index int
Returns
Type Description
IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo

getIngestedParametersDebugInfoCount()

public abstract int getIngestedParametersDebugInfoCount()

Parameters ingested from the context reference.

repeated .google.cloud.dialogflow.v2.IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo ingested_parameters_debug_info = 3;

Returns
Type Description
int

getIngestedParametersDebugInfoList()

public abstract List<IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo> getIngestedParametersDebugInfoList()

Parameters ingested from the context reference.

repeated .google.cloud.dialogflow.v2.IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo ingested_parameters_debug_info = 3;

Returns
Type Description
List<IngestedParameterDebugInfo>

getIngestedParametersDebugInfoOrBuilder(int index)

public abstract IngestedContextReferenceDebugInfo.IngestedParameterDebugInfoOrBuilder getIngestedParametersDebugInfoOrBuilder(int index)

Parameters ingested from the context reference.

repeated .google.cloud.dialogflow.v2.IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo ingested_parameters_debug_info = 3;

Parameter
Name Description
index int
Returns
Type Description
IngestedContextReferenceDebugInfo.IngestedParameterDebugInfoOrBuilder

getIngestedParametersDebugInfoOrBuilderList()

public abstract List<? extends IngestedContextReferenceDebugInfo.IngestedParameterDebugInfoOrBuilder> getIngestedParametersDebugInfoOrBuilderList()

Parameters ingested from the context reference.

repeated .google.cloud.dialogflow.v2.IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo ingested_parameters_debug_info = 3;

Returns
Type Description
List<? extends com.google.cloud.dialogflow.v2.IngestedContextReferenceDebugInfo.IngestedParameterDebugInfoOrBuilder>

getProjectNotAllowlisted()

public abstract boolean getProjectNotAllowlisted()

Indicates if the project is allowlisted to use ingested context reference.

bool project_not_allowlisted = 1;

Returns
Type Description
boolean

The projectNotAllowlisted.