Interface Fulfillment.ConditionalCasesOrBuilder

    • Method Detail

      • getCasesList

        List<Fulfillment.ConditionalCases.Case> getCasesList()
         A list of cascading if-else conditions.
         
        repeated .google.cloud.dialogflow.cx.v3beta1.Fulfillment.ConditionalCases.Case cases = 1;
      • getCases

        Fulfillment.ConditionalCases.Case getCases​(int index)
         A list of cascading if-else conditions.
         
        repeated .google.cloud.dialogflow.cx.v3beta1.Fulfillment.ConditionalCases.Case cases = 1;
      • getCasesCount

        int getCasesCount()
         A list of cascading if-else conditions.
         
        repeated .google.cloud.dialogflow.cx.v3beta1.Fulfillment.ConditionalCases.Case cases = 1;
      • getCasesOrBuilderList

        List<? extends Fulfillment.ConditionalCases.CaseOrBuilder> getCasesOrBuilderList()
         A list of cascading if-else conditions.
         
        repeated .google.cloud.dialogflow.cx.v3beta1.Fulfillment.ConditionalCases.Case cases = 1;
      • getCasesOrBuilder

        Fulfillment.ConditionalCases.CaseOrBuilder getCasesOrBuilder​(int index)
         A list of cascading if-else conditions.
         
        repeated .google.cloud.dialogflow.cx.v3beta1.Fulfillment.ConditionalCases.Case cases = 1;