Interface AgentValidationResultOrBuilder (0.16.0)

public interface AgentValidationResultOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFlowValidationResults(int index)

public abstract FlowValidationResult getFlowValidationResults(int index)

Contains all flow validation results.

repeated .google.cloud.dialogflow.cx.v3beta1.FlowValidationResult flow_validation_results = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
FlowValidationResult

getFlowValidationResultsCount()

public abstract int getFlowValidationResultsCount()

Contains all flow validation results.

repeated .google.cloud.dialogflow.cx.v3beta1.FlowValidationResult flow_validation_results = 2;

Returns
TypeDescription
int

getFlowValidationResultsList()

public abstract List<FlowValidationResult> getFlowValidationResultsList()

Contains all flow validation results.

repeated .google.cloud.dialogflow.cx.v3beta1.FlowValidationResult flow_validation_results = 2;

Returns
TypeDescription
List<FlowValidationResult>

getFlowValidationResultsOrBuilder(int index)

public abstract FlowValidationResultOrBuilder getFlowValidationResultsOrBuilder(int index)

Contains all flow validation results.

repeated .google.cloud.dialogflow.cx.v3beta1.FlowValidationResult flow_validation_results = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
FlowValidationResultOrBuilder

getFlowValidationResultsOrBuilderList()

public abstract List<? extends FlowValidationResultOrBuilder> getFlowValidationResultsOrBuilderList()

Contains all flow validation results.

repeated .google.cloud.dialogflow.cx.v3beta1.FlowValidationResult flow_validation_results = 2;

Returns
TypeDescription
List<? extends com.google.cloud.dialogflow.cx.v3beta1.FlowValidationResultOrBuilder>

getName()

public abstract String getName()

The unique identifier of the agent validation result. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/validationResult.

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

The unique identifier of the agent validation result. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/validationResult.

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.