Interface TransitionCoverage.TransitionNodeOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Flow getFlow()
      Indicates a transition to a [Flow][google.cloud.dialogflow.cx.v3beta1.Flow].
      FlowOrBuilder getFlowOrBuilder()
      Indicates a transition to a [Flow][google.cloud.dialogflow.cx.v3beta1.Flow].
      TransitionCoverage.TransitionNode.KindCase getKindCase()  
      Page getPage()
      Indicates a transition to a [Page][google.cloud.dialogflow.cx.v3beta1.Page].
      PageOrBuilder getPageOrBuilder()
      Indicates a transition to a [Page][google.cloud.dialogflow.cx.v3beta1.Page].
      boolean hasFlow()
      Indicates a transition to a [Flow][google.cloud.dialogflow.cx.v3beta1.Flow].
      boolean hasPage()
      Indicates a transition to a [Page][google.cloud.dialogflow.cx.v3beta1.Page].
      • 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

      • hasPage

        boolean hasPage()
         Indicates a transition to a
         [Page][google.cloud.dialogflow.cx.v3beta1.Page]. Only some fields such
         as name and displayname will be set.
         
        .google.cloud.dialogflow.cx.v3beta1.Page page = 1;
        Returns:
        Whether the page field is set.
      • getPage

        Page getPage()
         Indicates a transition to a
         [Page][google.cloud.dialogflow.cx.v3beta1.Page]. Only some fields such
         as name and displayname will be set.
         
        .google.cloud.dialogflow.cx.v3beta1.Page page = 1;
        Returns:
        The page.
      • getPageOrBuilder

        PageOrBuilder getPageOrBuilder()
         Indicates a transition to a
         [Page][google.cloud.dialogflow.cx.v3beta1.Page]. Only some fields such
         as name and displayname will be set.
         
        .google.cloud.dialogflow.cx.v3beta1.Page page = 1;
      • hasFlow

        boolean hasFlow()
         Indicates a transition to a
         [Flow][google.cloud.dialogflow.cx.v3beta1.Flow]. Only some fields such
         as name and displayname will be set.
         
        .google.cloud.dialogflow.cx.v3beta1.Flow flow = 2;
        Returns:
        Whether the flow field is set.
      • getFlow

        Flow getFlow()
         Indicates a transition to a
         [Flow][google.cloud.dialogflow.cx.v3beta1.Flow]. Only some fields such
         as name and displayname will be set.
         
        .google.cloud.dialogflow.cx.v3beta1.Flow flow = 2;
        Returns:
        The flow.
      • getFlowOrBuilder

        FlowOrBuilder getFlowOrBuilder()
         Indicates a transition to a
         [Flow][google.cloud.dialogflow.cx.v3beta1.Flow]. Only some fields such
         as name and displayname will be set.
         
        .google.cloud.dialogflow.cx.v3beta1.Flow flow = 2;