Interface TransitionRouteGroupCoverage.Coverage.TransitionOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getCovered()
      Whether the transition route is covered by at least one of the agent's test cases.
      TransitionRoute getTransitionRoute()
      Intent route or condition route.
      TransitionRouteOrBuilder getTransitionRouteOrBuilder()
      Intent route or condition route.
      boolean hasTransitionRoute()
      Intent route or condition route.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasTransitionRoute

        boolean hasTransitionRoute()
         Intent route or condition route.
         
        .google.cloud.dialogflow.cx.v3.TransitionRoute transition_route = 1;
        Returns:
        Whether the transitionRoute field is set.
      • getTransitionRoute

        TransitionRoute getTransitionRoute()
         Intent route or condition route.
         
        .google.cloud.dialogflow.cx.v3.TransitionRoute transition_route = 1;
        Returns:
        The transitionRoute.
      • getTransitionRouteOrBuilder

        TransitionRouteOrBuilder getTransitionRouteOrBuilder()
         Intent route or condition route.
         
        .google.cloud.dialogflow.cx.v3.TransitionRoute transition_route = 1;
      • getCovered

        boolean getCovered()
         Whether the transition route is covered by at least one of the
         agent's test cases.
         
        bool covered = 2;
        Returns:
        The covered.