Interface BatchUpdateIntentsResponseOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Intent getIntents​(int index)
      The collection of updated or created intents.
      int getIntentsCount()
      The collection of updated or created intents.
      List<Intent> getIntentsList()
      The collection of updated or created intents.
      IntentOrBuilder getIntentsOrBuilder​(int index)
      The collection of updated or created intents.
      List<? extends IntentOrBuilder> getIntentsOrBuilderList()
      The collection of updated or created intents.
      • 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

      • getIntentsList

        List<Intent> getIntentsList()
         The collection of updated or created intents.
         
        repeated .google.cloud.dialogflow.v2.Intent intents = 1;
      • getIntents

        Intent getIntents​(int index)
         The collection of updated or created intents.
         
        repeated .google.cloud.dialogflow.v2.Intent intents = 1;
      • getIntentsCount

        int getIntentsCount()
         The collection of updated or created intents.
         
        repeated .google.cloud.dialogflow.v2.Intent intents = 1;
      • getIntentsOrBuilderList

        List<? extends IntentOrBuilder> getIntentsOrBuilderList()
         The collection of updated or created intents.
         
        repeated .google.cloud.dialogflow.v2.Intent intents = 1;
      • getIntentsOrBuilder

        IntentOrBuilder getIntentsOrBuilder​(int index)
         The collection of updated or created intents.
         
        repeated .google.cloud.dialogflow.v2.Intent intents = 1;