Interface AgentValidationResultOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    AgentValidationResult, AgentValidationResult.Builder

    public interface AgentValidationResultOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getName

        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:
        The name.
      • getNameBytes

        com.google.protobuf.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:
        The bytes for name.
      • getFlowValidationResultsList

        List<FlowValidationResult> getFlowValidationResultsList()
         Contains all flow validation results.
         
        repeated .google.cloud.dialogflow.cx.v3.FlowValidationResult flow_validation_results = 2;
      • getFlowValidationResults

        FlowValidationResult getFlowValidationResults​(int index)
         Contains all flow validation results.
         
        repeated .google.cloud.dialogflow.cx.v3.FlowValidationResult flow_validation_results = 2;
      • getFlowValidationResultsCount

        int getFlowValidationResultsCount()
         Contains all flow validation results.
         
        repeated .google.cloud.dialogflow.cx.v3.FlowValidationResult flow_validation_results = 2;
      • getFlowValidationResultsOrBuilderList

        List<? extends FlowValidationResultOrBuilder> getFlowValidationResultsOrBuilderList()
         Contains all flow validation results.
         
        repeated .google.cloud.dialogflow.cx.v3.FlowValidationResult flow_validation_results = 2;
      • getFlowValidationResultsOrBuilder

        FlowValidationResultOrBuilder getFlowValidationResultsOrBuilder​(int index)
         Contains all flow validation results.
         
        repeated .google.cloud.dialogflow.cx.v3.FlowValidationResult flow_validation_results = 2;